#EF3724

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

Shades of Cinnabar #EF3724

Tints of Cinnabar #EF3724

Color information

#EF3724 (or 0xEF3724) is unknown color: approx Cinnabar. HEX triplet: EF, 37 and 24. RGB value is (239,55,36). Sum of RGB (Red+Green+Blue) = 239+55+36=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3724 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3724 is #10C8DB. Grayscale: #6C6C6C. Windows color (decimal): -1099996 or 2373615. OLE color: 2373615.

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

Color convert

RGB2395536-
CMYK00.770.850.06
HSL5.62º86.38%53.92%-
HSV(B)5.62º84.94%93.73%-
XYZ37.2821.213.8-
YUV107.8587.46221.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.42%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 36 (14.45% from 255) = 10.91%
R=72.42%
G=16.67%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239553600.770.850.065.6286.3853.92
HexEF372404D55665636
Octal357674401151256612666
Binary111011111101111001000100110110101011101101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3724; }

 p { color: rgb(239,55,36); }

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

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

 a { background-color: rgb(239,55,36); }

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

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

 span { border-color: rgb(239,55,36); }

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