Html Css Color HEX #EA4444 Cinnabar

📋 copy color: '#EA4444'

red 234 ◦ green 68 ◦ blue 68

#EA4444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EA4444

Tints of Cinnabar #EA4444

RGB

 RED value IS 234 (91.8% from 255) = 63.24%

 GREEN value IS 68 (26.95% from 255) = 18.38%

 BLUE value IS 68 (26.95% from 255) = 18.38%

R = 63.24%
G = 18.38%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA4444 (or 0xEA4444) is known color: Cinnabar. HEX triplet: EA, 44 and 44. RGB value is (234,68,68). Sum of RGB (Red+Green+Blue) = 234+68+68=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4444 is #15BBBB. Grayscale: #757575. Windows color (decimal): -1424316 or 4474090. OLE color: 4474090.

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

Color convert

RGB 234 68 68 -
CMYK 0 0.71 0.71 0.08
HSL 0.8% 0.59% -
HSV(B) 0.71% 0.92% -
XYZ 37.04 22.04 7.77 -
YUV 117.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 234 68 68 0 0.71 0.71 0.08 0 0.8 0.59
Hex EA 44 44 0 47 47 8 0 50 3B
Octal 352 104 104 0 107 107 10 0 120 73
Binary 11101010 1000100 1000100 0 1000111 1000111 1000 0 1010000 111011

Color Harmonies of #EA4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4444

Black with #EA4444

Text Example


Text Example

White with #EA4444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4444; }

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

 H1.HeaderClassName
 {
   color: #EA4444;
 }
 .AnyTagClassName
 {
   color: #EA4444;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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