Html Css Color HEX #F24524 Cinnabar

📋 copy color: '#F24524'

red 242 ◦ green 69 ◦ blue 36

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

Shades of Cinnabar #F24524

Tints of Cinnabar #F24524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.37%

R = 69.74%
G = 19.88%
B = 10.37%

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

#F24524 (or 0xF24524) is known color: Cinnabar. HEX triplet: F2, 45 and 24. RGB value is (242,69,36). Sum of RGB (Red+Green+Blue) = 242+69+36=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24524 is #0DBADB. Grayscale: #757575. Windows color (decimal): -899804 or 2377202. OLE color: 2377202.

HSL color Cylindrical-coordinate representation of color #F24524: hue angle of 9.61º 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 #F24524 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 69 36 -
CMYK 0 0.71 0.85 0.05
HSL 9.61º 0.89% 0.55% -
HSV(B) 9.61º 0.85% 0.95% -
XYZ 39.06 23.26 4.1 -
YUV 116.97 82.31 217.18 -
System Red Green Blue C M Y K H S L
Decimal 242 69 36 0 0.71 0.85 0.05 9.61 0.89 0.55
Hex F2 45 24 0 47 55 5 A 59 37
Octal 362 105 44 0 107 125 5 12 131 67
Binary 11110010 1000101 100100 0 1000111 1010101 101 1010 1011001 110111

Color Harmonies of #F24524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24524

Black with #F24524

Text Example


Text Example

White with #F24524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24524; }

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

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

background-color css

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

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

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

border-color css

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

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

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