Html Css Color HEX #EA3429 Cinnabar

📋 copy color: '#EA3429'

red 234 ◦ green 52 ◦ blue 41

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

Shades of Cinnabar #EA3429

Tints of Cinnabar #EA3429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 71.56%
G = 15.9%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA3429 (or 0xEA3429) is known color: Cinnabar. HEX triplet: EA, 34 and 29. RGB value is (234,52,41). Sum of RGB (Red+Green+Blue) = 234+52+41=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3429 is #15CBD6. Grayscale: #696969. Windows color (decimal): -1428439 or 2700522. OLE color: 2700522.

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

Color convert

RGB 234 52 41 -
CMYK 0 0.78 0.82 0.08
HSL 3.42º 0.82% 0.54% -
HSV(B) 3.42º 0.82% 0.92% -
XYZ 35.56 20.11 4.1 -
YUV 105.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 234 52 41 0 0.78 0.82 0.08 3.42 0.82 0.54
Hex EA 34 29 0 4E 52 8 3 52 36
Octal 352 64 51 0 116 122 10 3 122 66
Binary 11101010 110100 101001 0 1001110 1010010 1000 11 1010010 110110

Color Harmonies of #EA3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3429

Black with #EA3429

Text Example


Text Example

White with #EA3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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