#EF421E

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

Shades of Cinnabar #EF421E

Tints of Cinnabar #EF421E

Color information

#EF421E (or 0xEF421E) is unknown color: approx Cinnabar. HEX triplet: EF, 42 and 1E. RGB value is (239,66,30). Sum of RGB (Red+Green+Blue) = 239+66+30=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF421E is #10BDE1. Grayscale: #717171. Windows color (decimal): -1097186 or 1983215. OLE color: 1983215.

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

Color convert

RGB2396630-
CMYK00.720.870.06
HSL10.33º86.72%52.75%-
HSV(B)10.33º87.45%93.73%-
XYZ37.7822.343.55-
YUV113.6280.81217.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.34%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=71.34%
G=19.70%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239663000.720.870.0610.3386.7252.75
HexEF421E048576a5735
Octal35710236011012761212765
Binary1110111110000101111001001000101011111010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF421E; }

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

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

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

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

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

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

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

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