#EF452D

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

Shades of Cinnabar #EF452D

Tints of Cinnabar #EF452D

Color information

#EF452D (or 0xEF452D) is unknown color: approx Cinnabar. HEX triplet: EF, 45 and 2D. RGB value is (239,69,45). Sum of RGB (Red+Green+Blue) = 239+69+45=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF452D is #10BAD2. Grayscale: #757575. Windows color (decimal): -1096403 or 2967023. OLE color: 2967023.

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

Color convert

RGB2396945-
CMYK00.710.810.06
HSL7.42º85.84%55.69%-
HSV(B)7.42º81.17%93.73%-
XYZ38.222.84.87-
YUV117.0987.32214.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.71%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=67.71%
G=19.55%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239694500.710.810.067.4285.8455.69
HexEF452D04751675638
Octal3571055501071216712670
Binary1110111110001011011010100011110100011101111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF452D; }

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

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

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

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

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

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

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

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