Html Css Color HEX #EA3934 Cinnabar

📋 copy color: '#EA3934'

red 234 ◦ green 57 ◦ blue 52

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

Shades of Cinnabar #EA3934

Tints of Cinnabar #EA3934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 68.22%
G = 16.62%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA3934 (or 0xEA3934) is known color: Cinnabar. HEX triplet: EA, 39 and 34. RGB value is (234,57,52). Sum of RGB (Red+Green+Blue) = 234+57+52=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3934 is #15C6CB. Grayscale: #6D6D6D. Windows color (decimal): -1427148 or 3422698. OLE color: 3422698.

HSL color Cylindrical-coordinate representation of color #EA3934: hue angle of 1.65º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3934 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 57 52 -
CMYK 0 0.76 0.78 0.08
HSL 1.65º 0.81% 0.56% -
HSV(B) 1.65º 0.78% 0.92% -
XYZ 36.01 20.67 5.34 -
YUV 109.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 234 57 52 0 0.76 0.78 0.08 1.65 0.81 0.56
Hex EA 39 34 0 4C 4E 8 2 51 38
Octal 352 71 64 0 114 116 10 2 121 70
Binary 11101010 111001 110100 0 1001100 1001110 1000 10 1010001 111000

Color Harmonies of #EA3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3934

Black with #EA3934

Text Example


Text Example

White with #EA3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3934; }

 p { color: rgb(234,57,52); }

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

background-color css

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

 a { background-color: rgb(234,57,52); }

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

border-color css

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

 span { border-color: rgb(234,57,52); }

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