Html Css Color HEX #EA3A29 Cinnabar

📋 copy color: '#EA3A29'

red 234 ◦ green 58 ◦ blue 41

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

Shades of Cinnabar #EA3A29

Tints of Cinnabar #EA3A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

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

R = 70.27%
G = 17.42%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA3A29 (or 0xEA3A29) is known color: Cinnabar. HEX triplet: EA, 3A and 29. RGB value is (234,58,41). Sum of RGB (Red+Green+Blue) = 234+58+41=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A29 is #15C5D6. Grayscale: #6C6C6C. Windows color (decimal): -1426903 or 2702058. OLE color: 2702058.

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

Color convert

RGB 234 58 41 -
CMYK 0 0.75 0.82 0.08
HSL 5.28º 0.82% 0.54% -
HSV(B) 5.28º 0.82% 0.92% -
XYZ 35.84 20.68 4.2 -
YUV 108.69 89.81 217.38 -
System Red Green Blue C M Y K H S L
Decimal 234 58 41 0 0.75 0.82 0.08 5.28 0.82 0.54
Hex EA 3A 29 0 4B 52 8 5 52 36
Octal 352 72 51 0 113 122 10 5 122 66
Binary 11101010 111010 101001 0 1001011 1010010 1000 101 1010010 110110

Color Harmonies of #EA3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A29

Black with #EA3A29

Text Example


Text Example

White with #EA3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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