Html Css Color HEX #EA4440 Cinnabar

📋 copy color: '#EA4440'

red 234 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #EA4440

Tints of Cinnabar #EA4440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 63.93%
G = 18.58%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA4440 (or 0xEA4440) is known color: Cinnabar. HEX triplet: EA, 44 and 40. RGB value is (234,68,64). Sum of RGB (Red+Green+Blue) = 234+68+64=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4440 is #15BBBF. Grayscale: #757575. Windows color (decimal): -1424320 or 4211946. OLE color: 4211946.

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

Color convert

RGB 234 68 64 -
CMYK 0 0.71 0.73 0.08
HSL 1.41º 0.8% 0.58% -
HSV(B) 1.41º 0.73% 0.92% -
XYZ 36.92 22 7.15 -
YUV 117.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 234 68 64 0 0.71 0.73 0.08 1.41 0.8 0.58
Hex EA 44 40 0 47 49 8 1 50 3A
Octal 352 104 100 0 107 111 10 1 120 72
Binary 11101010 1000100 1000000 0 1000111 1001001 1000 1 1010000 111010

Color Harmonies of #EA4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4440

Black with #EA4440

Text Example


Text Example

White with #EA4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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