#EF481E

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

Shades of Cinnabar #EF481E

Tints of Cinnabar #EF481E

Color information

#EF481E (or 0xEF481E) is unknown color: approx Cinnabar. HEX triplet: EF, 48 and 1E. RGB value is (239,72,30). Sum of RGB (Red+Green+Blue) = 239+72+30=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF481E is #10B7E1. Grayscale: #757575. Windows color (decimal): -1095650 or 1984751. OLE color: 1984751.

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

Color convert

RGB2397230-
CMYK00.700.870.06
HSL12.06º86.72%52.75%-
HSV(B)12.06º87.45%93.73%-
XYZ38.1523.083.67-
YUV117.1478.83214.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.09%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=70.09%
G=21.11%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239723000.700.870.0612.0686.7252.75
HexEF481E046576c5735
Octal35711036010612761412765
Binary1110111110010001111001000110101011111011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF481E; }

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

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

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

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

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

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

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

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