#ea4438

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

Shades of Cinnabar #EA4438

Tints of Cinnabar #EA4438

Color information

#EA4438 (or 0xEA4438) is unknown color: approx Cinnabar. HEX triplet: EA, 44 and 38. RGB value is (234,68,56). Sum of RGB (Red+Green+Blue) = 234+68+56=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4438 is #15BBC7. Grayscale: #747474. Windows color (decimal): -1424328 or 3687658. OLE color: 3687658.

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

Color convert

RGB2346856-
CMYK00.710.760.08
HSL4.04º80.91%56.86%-
HSV(B)4.04º76.07%91.76%-
XYZ36.7121.916.04-
YUV116.2794211.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.36%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=65.36%
G=18.99%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234685600.710.760.084.0480.9156.86
HexEA44380474C845139
Octal35210470010711410412171
Binary11101010100010011100001000111100110010001001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea4438; }

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

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

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

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

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

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

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

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