#EA4D41

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

Shades of Cinnabar #EA4D41

Tints of Cinnabar #EA4D41

Color information

#EA4D41 (or 0xEA4D41) is unknown color: approx Cinnabar. HEX triplet: EA, 4D and 41. RGB value is (234,77,65). Sum of RGB (Red+Green+Blue) = 234+77+65=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D41 is #15B2BE. Grayscale: #7A7A7A. Windows color (decimal): -1422015 or 4279786. OLE color: 4279786.

HSL color Cylindrical-coordinate representation of color #EA4D41: hue angle of 4.26º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4D41 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB2347765-
CMYK00.670.720.08
HSL4.26º80.09%58.63%-
HSV(B)4.26º72.22%91.76%-
XYZ37.5423.187.5-
YUV122.5795.51207.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.23%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=62.23%
G=20.48%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234776500.670.720.084.2680.0958.63
HexEA4D410434884503b
Octal352115101010311010412073
Binary111010101001101100000101000011100100010001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4D41; }

 p { color: rgb(234,77,65); }

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

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

 a { background-color: rgb(234,77,65); }

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

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

 span { border-color: rgb(234,77,65); }

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