#F24927

Color #F24927 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #F24927

Tints of Cinnabar #F24927

Color information

#F24927 (or 0xF24927) is unknown color: approx Cinnabar. HEX triplet: F2, 49 and 27. RGB value is (242,73,39). Sum of RGB (Red+Green+Blue) = 242+73+39=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F24927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24927 is #0DB6D8. Grayscale: #777777. Windows color (decimal): -898777 or 2574834. OLE color: 2574834.

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

Color convert

RGB2427339-
CMYK00.700.840.05
HSL10.05º88.65%55.1%-
HSV(B)10.05º83.88%94.9%-
XYZ39.3723.794.44-
YUV119.6682.49215.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.36%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=68.36%
G=20.62%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242733900.700.840.0510.0588.6555.1
HexF24927046545a5937
Octal36211147010612451213167
Binary11110010100100110011101000110101010010110101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24927; }

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

 H1.HeaderClassName
 {
   color: #F24927;
 }
 .AnyTagClassName
 {
   color: #F24927;
 }
</style>
background-color css

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

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

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

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

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

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