#EF3E21

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

Shades of Cinnabar #EF3E21

Tints of Cinnabar #EF3E21

Color information

#EF3E21 (or 0xEF3E21) is unknown color: approx Cinnabar. HEX triplet: EF, 3E and 21. RGB value is (239,62,33). Sum of RGB (Red+Green+Blue) = 239+62+33=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3E21 is #10C1DE. Grayscale: #6F6F6F. Windows color (decimal): -1098207 or 2178799. OLE color: 2178799.

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

Color convert

RGB2396233-
CMYK00.740.860.06
HSL8.45º86.55%53.33%-
HSV(B)8.45º86.19%93.73%-
XYZ37.5921.913.69-
YUV111.6283.64218.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.56%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 33 (13.28% from 255) = 9.88%
R=71.56%
G=18.56%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239623300.740.860.068.4586.5553.33
HexEF3E2104A56685735
Octal3577641011212661012765
Binary1110111111111010000101001010101011011010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3E21; }

 p { color: rgb(239,62,33); }

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

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

 a { background-color: rgb(239,62,33); }

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

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

 span { border-color: rgb(239,62,33); }

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