Html Css Color HEX #F24525 Cinnabar

📋 copy color: '#F24525'

red 242 ◦ green 69 ◦ blue 37

#F24525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #F24525

Tints of Cinnabar #F24525

RGB

 RED value IS 242 (94.92% from 255) = 69.54%

 GREEN value IS 69 (27.34% from 255) = 19.83%

 BLUE value IS 37 (14.84% from 255) = 10.63%

R = 69.54%
G = 19.83%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F24525 (or 0xF24525) is known color: Cinnabar. HEX triplet: F2, 45 and 25. RGB value is (242,69,37). Sum of RGB (Red+Green+Blue) = 242+69+37=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F24525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24525 is #0DBADA. Grayscale: #757575. Windows color (decimal): -899803 or 2442738. OLE color: 2442738.

HSL color Cylindrical-coordinate representation of color #F24525: hue angle of 9.37º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F24525 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 69 37 -
CMYK 0 0.71 0.85 0.05
HSL 9.37º 0.89% 0.55% -
HSV(B) 9.37º 0.85% 0.95% -
XYZ 39.08 23.27 4.18 -
YUV 117.08 82.81 217.1 -
System Red Green Blue C M Y K H S L
Decimal 242 69 37 0 0.71 0.85 0.05 9.37 0.89 0.55
Hex F2 45 25 0 47 55 5 9 59 37
Octal 362 105 45 0 107 125 5 11 131 67
Binary 11110010 1000101 100101 0 1000111 1010101 101 1001 1011001 110111

Color Harmonies of #F24525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24525

Black with #F24525

Text Example


Text Example

White with #F24525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24525; }

 p { color: rgb(242,69,37); }

 H1.HeaderClassName
 {
   color: #F24525;
 }
 .AnyTagClassName
 {
   color: #F24525;
 }
</style>

background-color css

<style>
 a { background-color: #F24525; }

 a { background-color: rgb(242,69,37); }

 div.DivClassName
 {
   background-color: #F24525;
 }
 .BgClassName
 {
   background-color: #F24525;
 }
</style>

border-color css

<style>
 span { border-color: #F24525; }

 span { border-color: rgb(242,69,37); }

 td.TdClassName
 {
   border-color: #F24525;
 }
 .TagClassName
 {
   border-color: #F24525;
 }
</style>