#F04E1D

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

Shades of Cinnabar #F04E1D

Tints of Cinnabar #F04E1D

Color information

#F04E1D (or 0xF04E1D) is unknown color: approx Cinnabar. HEX triplet: F0, 4E and 1D. RGB value is (240,78,29). Sum of RGB (Red+Green+Blue) = 240+78+29=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E1D is #0FB1E2. Grayscale: #797979. Windows color (decimal): -1028579 or 1920752. OLE color: 1920752.

HSL color Cylindrical-coordinate representation of color #F04E1D: hue angle of 13.93º 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 #F04E1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB2407829-
CMYK00.680.880.06
HSL13.93º87.55%52.75%-
HSV(B)13.93º87.92%94.12%-
XYZ38.8824.063.76-
YUV120.8576.17212.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.16%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 29 (11.72% from 255) = 8.36%
R=69.16%
G=22.48%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240782900.680.880.0613.9387.5552.75
HexF04E1D044586e5835
Octal36011635010413061613065
Binary1111000010011101110101000100101100011011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04E1D; }

 p { color: rgb(240,78,29); }

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

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

 a { background-color: rgb(240,78,29); }

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

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

 span { border-color: rgb(240,78,29); }

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