Html Css Color HEX #EA3427 Cinnabar

📋 copy color: '#EA3427'

red 234 ◦ green 52 ◦ blue 39

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

Shades of Cinnabar #EA3427

Tints of Cinnabar #EA3427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 72%
G = 16%
B = 12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA3427 (or 0xEA3427) is known color: Cinnabar. HEX triplet: EA, 34 and 27. RGB value is (234,52,39). Sum of RGB (Red+Green+Blue) = 234+52+39=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3427 is #15CBD8. Grayscale: #696969. Windows color (decimal): -1428441 or 2569450. OLE color: 2569450.

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

Color convert

RGB 234 52 39 -
CMYK 0 0.78 0.83 0.08
HSL 0.82% 0.54% -
HSV(B) 0.83% 0.92% -
XYZ 35.53 20.09 3.93 -
YUV 104.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 234 52 39 0 0.78 0.83 0.08 4 0.82 0.54
Hex EA 34 27 0 4E 53 8 4 52 36
Octal 352 64 47 0 116 123 10 4 122 66
Binary 11101010 110100 100111 0 1001110 1010011 1000 100 1010010 110110

Color Harmonies of #EA3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3427

Black with #EA3427

Text Example


Text Example

White with #EA3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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