Html Css Color HEX #F24929 Cinnabar

📋 copy color: '#F24929'

red 242 ◦ green 73 ◦ blue 41

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

Shades of Cinnabar #F24929

Tints of Cinnabar #F24929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 67.98%
G = 20.51%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24929 (or 0xF24929) is known color: Cinnabar. HEX triplet: F2, 49 and 29. RGB value is (242,73,41). Sum of RGB (Red+Green+Blue) = 242+73+41=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F24929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24929 is #0DB6D6. Grayscale: #787878. Windows color (decimal): -898775 or 2705906. OLE color: 2705906.

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

Color convert

RGB 242 73 41 -
CMYK 0 0.70 0.83 0.05
HSL 9.55º 0.89% 0.55% -
HSV(B) 9.55º 0.83% 0.95% -
XYZ 39.4 23.8 4.62 -
YUV 119.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 242 73 41 0 0.70 0.83 0.05 9.55 0.89 0.55
Hex F2 49 29 0 46 53 5 A 59 37
Octal 362 111 51 0 106 123 5 12 131 67
Binary 11110010 1001001 101001 0 1000110 1010011 101 1010 1011001 110111

Color Harmonies of #F24929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24929

Black with #F24929

Text Example


Text Example

White with #F24929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24929; }

 p { color: rgb(242,73,41); }

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

background-color css

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

 a { background-color: rgb(242,73,41); }

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

border-color css

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

 span { border-color: rgb(242,73,41); }

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