#ef372d

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

Shades of Cinnabar #EF372D

Tints of Cinnabar #EF372D

Color information

#EF372D (or 0xEF372D) is unknown color: approx Cinnabar. HEX triplet: EF, 37 and 2D. RGB value is (239,55,45). Sum of RGB (Red+Green+Blue) = 239+55+45=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF372D is #10C8D2. Grayscale: #6D6D6D. Windows color (decimal): -1099987 or 2963439. OLE color: 2963439.

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

Color convert

RGB2395545-
CMYK00.770.810.06
HSL3.09º85.84%55.69%-
HSV(B)3.09º81.17%93.73%-
XYZ37.4421.274.62-
YUV108.8891.96220.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.50%
GREEN value IS 55 (21.88% from 255) = 16.22%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=70.50%
G=16.22%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239554500.770.810.063.0985.8455.69
HexEF372D04D51635638
Octal357675501151216312670
Binary11101111110111101101010011011010001110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef372d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef372d; }

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

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

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

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

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

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

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

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