#F0481E

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

Shades of Cinnabar #F0481E

Tints of Cinnabar #F0481E

Color information

#F0481E (or 0xF0481E) is unknown color: approx Cinnabar. HEX triplet: F0, 48 and 1E. RGB value is (240,72,30). Sum of RGB (Red+Green+Blue) = 240+72+30=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F0481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0481E is #0FB7E1. Grayscale: #757575. Windows color (decimal): -1030114 or 1984752. OLE color: 1984752.

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

Color convert

RGB2407230-
CMYK00.70.870.06
HSL12º87.5%52.94%-
HSV(B)12º87.5%94.12%-
XYZ38.4923.253.69-
YUV117.4478.66215.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.18%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=70.18%
G=21.05%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240723000.70.870.061287.552.94
HexF0481E046576c5835
Octal36011036010612761413065
Binary1111000010010001111001000110101011111011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0481E; }

 p { color: rgb(240,72,30); }

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

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

 a { background-color: rgb(240,72,30); }

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

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

 span { border-color: rgb(240,72,30); }

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