#EA4B3E

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

Shades of Cinnabar #EA4B3E

Tints of Cinnabar #EA4B3E

Color information

#EA4B3E (or 0xEA4B3E) is unknown color: approx Cinnabar. HEX triplet: EA, 4B and 3E. RGB value is (234,75,62). Sum of RGB (Red+Green+Blue) = 234+75+62=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4B3E is #15B4C1. Grayscale: #797979. Windows color (decimal): -1422530 or 4082666. OLE color: 4082666.

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

Color convert

RGB2347562-
CMYK00.680.740.08
HSL4.53º80.37%58.04%-
HSV(B)4.53º73.5%91.76%-
XYZ37.3222.877.01-
YUV121.0694.68208.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.07%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=63.07%
G=20.22%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234756200.680.740.084.5380.3758.04
HexEA4B3E0444A85503a
Octal35211376010411210512072
Binary11101010100101111111001000100100101010001011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4B3E; }

 p { color: rgb(234,75,62); }

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

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

 a { background-color: rgb(234,75,62); }

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

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

 span { border-color: rgb(234,75,62); }

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