#EA4431

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

Shades of Cinnabar #EA4431

Tints of Cinnabar #EA4431

Color information

#EA4431 (or 0xEA4431) is unknown color: approx Cinnabar. HEX triplet: EA, 44 and 31. RGB value is (234,68,49). Sum of RGB (Red+Green+Blue) = 234+68+49=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4431 is #15BBCE. Grayscale: #737373. Windows color (decimal): -1424335 or 3228906. OLE color: 3228906.

HSL color Cylindrical-coordinate representation of color #EA4431: hue angle of 6.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA4431 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2346849-
CMYK00.710.790.08
HSL6.16º81.5%55.49%-
HSV(B)6.16º79.06%91.76%-
XYZ36.5521.855.2-
YUV115.4790.5212.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.67%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 49 (19.53% from 255) = 13.96%
R=66.67%
G=19.37%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234684900.710.790.086.1681.555.49
HexEA44310474F865137
Octal35210461010711710612167
Binary11101010100010011000101000111100111110001101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4431; }

 p { color: rgb(234,68,49); }

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

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

 a { background-color: rgb(234,68,49); }

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

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

 span { border-color: rgb(234,68,49); }

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