Html Css Color HEX #EA4A40 Cinnabar

📋 copy color: '#EA4A40'

red 234 ◦ green 74 ◦ blue 64

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

Shades of Cinnabar #EA4A40

Tints of Cinnabar #EA4A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

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

R = 62.9%
G = 19.89%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA4A40 (or 0xEA4A40) is known color: Cinnabar. HEX triplet: EA, 4A and 40. RGB value is (234,74,64). Sum of RGB (Red+Green+Blue) = 234+74+64=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4A40 is #15B5BF. Grayscale: #787878. Windows color (decimal): -1422784 or 4213482. OLE color: 4213482.

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

Color convert

RGB 234 74 64 -
CMYK 0 0.68 0.73 0.08
HSL 3.53º 0.8% 0.58% -
HSV(B) 3.53º 0.73% 0.92% -
XYZ 37.31 22.76 7.28 -
YUV 120.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 234 74 64 0 0.68 0.73 0.08 3.53 0.8 0.58
Hex EA 4A 40 0 44 49 8 4 50 3A
Octal 352 112 100 0 104 111 10 4 120 72
Binary 11101010 1001010 1000000 0 1000100 1001001 1000 100 1010000 111010

Color Harmonies of #EA4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A40

Black with #EA4A40

Text Example


Text Example

White with #EA4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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