#EB4027

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

Shades of Cinnabar #EB4027

Tints of Cinnabar #EB4027

Color information

#EB4027 (or 0xEB4027) is unknown color: approx Cinnabar. HEX triplet: EB, 40 and 27. RGB value is (235,64,39). Sum of RGB (Red+Green+Blue) = 235+64+39=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4027 is #14BFD8. Grayscale: #707070. Windows color (decimal): -1359833 or 2572523. OLE color: 2572523.

HSL color Cylindrical-coordinate representation of color #EB4027: hue angle of 7.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB4027 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB2356439-
CMYK00.730.830.08
HSL7.65º83.05%53.73%-
HSV(B)7.65º83.4%92.16%-
XYZ36.4621.484.14-
YUV112.2886.65215.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.53%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 39 (15.62% from 255) = 11.54%
R=69.53%
G=18.93%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235643900.730.830.087.6583.0553.73
HexEB402704953885336
Octal353100470111123101012366
Binary111010111000000100111010010011010011100010001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4027; }

 p { color: rgb(235,64,39); }

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

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

 a { background-color: rgb(235,64,39); }

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

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

 span { border-color: rgb(235,64,39); }

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