#F04A21

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

Shades of Cinnabar #F04A21

Tints of Cinnabar #F04A21

Color information

#F04A21 (or 0xF04A21) is unknown color: approx Cinnabar. HEX triplet: F0, 4A and 21. RGB value is (240,74,33). Sum of RGB (Red+Green+Blue) = 240+74+33=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A21 is #0FB5DE. Grayscale: #777777. Windows color (decimal): -1029599 or 2181872. OLE color: 2181872.

HSL color Cylindrical-coordinate representation of color #F04A21: hue angle of 11.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F04A21 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB2407433-
CMYK00.690.860.06
HSL11.88º87.34%53.53%-
HSV(B)11.88º86.25%94.12%-
XYZ38.6623.533.94-
YUV118.9679.5214.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.16%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=69.16%
G=21.33%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240743300.690.860.0611.8887.3453.53
HexF04A21045566c5736
Octal36011241010512661412766
Binary11110000100101010000101000101101011011011001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A21; }

 p { color: rgb(240,74,33); }

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

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

 a { background-color: rgb(240,74,33); }

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

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

 span { border-color: rgb(240,74,33); }

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