Html Css Color HEX #EA3431 Cinnabar

📋 copy color: '#EA3431'

red 234 ◦ green 52 ◦ blue 49

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

Shades of Cinnabar #EA3431

Tints of Cinnabar #EA3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 69.85%
G = 15.52%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA3431 (or 0xEA3431) is known color: Cinnabar. HEX triplet: EA, 34 and 31. RGB value is (234,52,49). Sum of RGB (Red+Green+Blue) = 234+52+49=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3431 is #15CBCE. Grayscale: #6A6A6A. Windows color (decimal): -1428431 or 3224810. OLE color: 3224810.

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

Color convert

RGB 234 52 49 -
CMYK 0 0.78 0.79 0.08
HSL 0.97º 0.81% 0.55% -
HSV(B) 0.97º 0.79% 0.92% -
XYZ 35.71 20.17 4.92 -
YUV 106.08 95.8 219.24 -
System Red Green Blue C M Y K H S L
Decimal 234 52 49 0 0.78 0.79 0.08 0.97 0.81 0.55
Hex EA 34 31 0 4E 4F 8 1 51 37
Octal 352 64 61 0 116 117 10 1 121 67
Binary 11101010 110100 110001 0 1001110 1001111 1000 1 1010001 110111

Color Harmonies of #EA3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3431

Black with #EA3431

Text Example


Text Example

White with #EA3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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