#F03E1C

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

Shades of Cinnabar #F03E1C

Tints of Cinnabar #F03E1C

Color information

#F03E1C (or 0xF03E1C) is unknown color: approx Cinnabar. HEX triplet: F0, 3E and 1C. RGB value is (240,62,28). Sum of RGB (Red+Green+Blue) = 240+62+28=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E1C is #0FC1E3. Grayscale: #6F6F6F. Windows color (decimal): -1032676 or 1851120. OLE color: 1851120.

HSL color Cylindrical-coordinate representation of color #F03E1C: hue angle of 9.62º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F03E1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB2406228-
CMYK00.740.880.06
HSL9.62º87.6%52.55%-
HSV(B)9.62º88.33%94.12%-
XYZ37.8722.053.36-
YUV111.3580.97219.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.73%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 28 (11.33% from 255) = 8.48%
R=72.73%
G=18.79%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240622800.740.880.069.6287.652.55
HexF03E1C04A586a5835
Octal3607634011213061213065
Binary111100001111101110001001010101100011010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03E1C; }

 p { color: rgb(240,62,28); }

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

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

 a { background-color: rgb(240,62,28); }

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

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

 span { border-color: rgb(240,62,28); }

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