Html Css Color HEX #F24721 Cinnabar

📋 copy color: '#F24721'

red 242 ◦ green 71 ◦ blue 33

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

Shades of Cinnabar #F24721

Tints of Cinnabar #F24721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 69.94%
G = 20.52%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F24721 (or 0xF24721) is known color: Cinnabar. HEX triplet: F2, 47 and 21. RGB value is (242,71,33). Sum of RGB (Red+Green+Blue) = 242+71+33=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F24721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24721 is #0DB8DE. Grayscale: #767676. Windows color (decimal): -899295 or 2181106. OLE color: 2181106.

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

Color convert

RGB 242 71 33 -
CMYK 0 0.71 0.86 0.05
HSL 10.91º 0.89% 0.54% -
HSV(B) 10.91º 0.86% 0.95% -
XYZ 39.15 23.49 3.91 -
YUV 117.8 80.15 216.59 -
System Red Green Blue C M Y K H S L
Decimal 242 71 33 0 0.71 0.86 0.05 10.91 0.89 0.54
Hex F2 47 21 0 47 56 5 B 59 36
Octal 362 107 41 0 107 126 5 13 131 66
Binary 11110010 1000111 100001 0 1000111 1010110 101 1011 1011001 110110

Color Harmonies of #F24721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24721

Black with #F24721

Text Example


Text Example

White with #F24721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24721; }

 p { color: rgb(242,71,33); }

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

background-color css

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

 a { background-color: rgb(242,71,33); }

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

border-color css

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

 span { border-color: rgb(242,71,33); }

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