Html Css Color HEX #EA4742 Cinnabar

📋 copy color: '#EA4742'

red 234 ◦ green 71 ◦ blue 66

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

Shades of Cinnabar #EA4742

Tints of Cinnabar #EA4742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 63.07%
G = 19.14%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA4742 (or 0xEA4742) is known color: Cinnabar. HEX triplet: EA, 47 and 42. RGB value is (234,71,66). Sum of RGB (Red+Green+Blue) = 234+71+66=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4742 is #15B8BD. Grayscale: #777777. Windows color (decimal): -1423550 or 4343786. OLE color: 4343786.

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

Color convert

RGB 234 71 66 -
CMYK 0 0.70 0.72 0.08
HSL 1.79º 0.8% 0.59% -
HSV(B) 1.79º 0.72% 0.92% -
XYZ 37.17 22.39 7.52 -
YUV 119.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 234 71 66 0 0.70 0.72 0.08 1.79 0.8 0.59
Hex EA 47 42 0 46 48 8 2 50 3B
Octal 352 107 102 0 106 110 10 2 120 73
Binary 11101010 1000111 1000010 0 1000110 1001000 1000 10 1010000 111011

Color Harmonies of #EA4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4742

Black with #EA4742

Text Example


Text Example

White with #EA4742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4742; }

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

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

background-color css

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

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

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

border-color css

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

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

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