Html Css Color HEX #EA4740 Cinnabar

📋 copy color: '#EA4740'

red 234 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #EA4740

Tints of Cinnabar #EA4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

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

R = 63.41%
G = 19.24%
B = 17.34%

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

#EA4740 (or 0xEA4740) is known color: Cinnabar. HEX triplet: EA, 47 and 40. RGB value is (234,71,64). Sum of RGB (Red+Green+Blue) = 234+71+64=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4740 is #15B8BF. Grayscale: #777777. Windows color (decimal): -1423552 or 4212714. OLE color: 4212714.

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

Color convert

RGB 234 71 64 -
CMYK 0 0.70 0.73 0.08
HSL 2.47º 0.8% 0.58% -
HSV(B) 2.47º 0.73% 0.92% -
XYZ 37.11 22.37 7.21 -
YUV 118.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 234 71 64 0 0.70 0.73 0.08 2.47 0.8 0.58
Hex EA 47 40 0 46 49 8 2 50 3A
Octal 352 107 100 0 106 111 10 2 120 72
Binary 11101010 1000111 1000000 0 1000110 1001001 1000 10 1010000 111010

Color Harmonies of #EA4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4740

Black with #EA4740

Text Example


Text Example

White with #EA4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4740; }

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

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

background-color css

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

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

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

border-color css

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

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

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