Html Css Color HEX #EA2E29 Cinnabar

📋 copy color: '#EA2E29'

red 234 ◦ green 46 ◦ blue 41

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

Shades of Cinnabar #EA2E29

Tints of Cinnabar #EA2E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.33%

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

R = 72.9%
G = 14.33%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA2E29 (or 0xEA2E29) is known color: Cinnabar. HEX triplet: EA, 2E and 29. RGB value is (234,46,41). Sum of RGB (Red+Green+Blue) = 234+46+41=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2E29 is #15D1D6. Grayscale: #656565. Windows color (decimal): -1429975 or 2698986. OLE color: 2698986.

HSL color Cylindrical-coordinate representation of color #EA2E29: hue angle of 1.55º 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 #EA2E29 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 46 41 -
CMYK 0 0.80 0.82 0.08
HSL 1.55º 0.82% 0.54% -
HSV(B) 1.55º 0.82% 0.92% -
XYZ 35.31 19.61 4.02 -
YUV 101.64 93.78 222.41 -
System Red Green Blue C M Y K H S L
Decimal 234 46 41 0 0.80 0.82 0.08 1.55 0.82 0.54
Hex EA 2E 29 0 50 52 8 2 52 36
Octal 352 56 51 0 120 122 10 2 122 66
Binary 11101010 101110 101001 0 1010000 1010010 1000 10 1010010 110110

Color Harmonies of #EA2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2E29

Black with #EA2E29

Text Example


Text Example

White with #EA2E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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