Html Css Color HEX #EA4640 Cinnabar

📋 copy color: '#EA4640'

red 234 ◦ green 70 ◦ blue 64

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

Shades of Cinnabar #EA4640

Tints of Cinnabar #EA4640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.02%

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

R = 63.59%
G = 19.02%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA4640 (or 0xEA4640) is known color: Cinnabar. HEX triplet: EA, 46 and 40. RGB value is (234,70,64). Sum of RGB (Red+Green+Blue) = 234+70+64=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4640 is #15B9BF. Grayscale: #767676. Windows color (decimal): -1423808 or 4212458. OLE color: 4212458.

HSL color Cylindrical-coordinate representation of color #EA4640: hue angle of 2.12º 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 #EA4640 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 64 -
CMYK 0 0.70 0.73 0.08
HSL 2.12º 0.8% 0.58% -
HSV(B) 2.12º 0.73% 0.92% -
XYZ 37.05 22.24 7.19 -
YUV 118.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 234 70 64 0 0.70 0.73 0.08 2.12 0.8 0.58
Hex EA 46 40 0 46 49 8 2 50 3A
Octal 352 106 100 0 106 111 10 2 120 72
Binary 11101010 1000110 1000000 0 1000110 1001001 1000 10 1010000 111010

Color Harmonies of #EA4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4640

Black with #EA4640

Text Example


Text Example

White with #EA4640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4640; }

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

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

background-color css

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

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

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

border-color css

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

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

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