Html Css Color HEX #EA4329 Cinnabar

📋 copy color: '#EA4329'

red 234 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #EA4329

Tints of Cinnabar #EA4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

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

R = 68.42%
G = 19.59%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA4329 (or 0xEA4329) is known color: Cinnabar. HEX triplet: EA, 43 and 29. RGB value is (234,67,41). Sum of RGB (Red+Green+Blue) = 234+67+41=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4329 is #15BCD6. Grayscale: #727272. Windows color (decimal): -1424599 or 2704362. OLE color: 2704362.

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

Color convert

RGB 234 67 41 -
CMYK 0 0.71 0.82 0.08
HSL 8.08º 0.82% 0.54% -
HSV(B) 8.08º 0.82% 0.92% -
XYZ 36.34 21.67 4.36 -
YUV 113.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 234 67 41 0 0.71 0.82 0.08 8.08 0.82 0.54
Hex EA 43 29 0 47 52 8 8 52 36
Octal 352 103 51 0 107 122 10 10 122 66
Binary 11101010 1000011 101001 0 1000111 1010010 1000 1000 1010010 110110

Color Harmonies of #EA4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4329

Black with #EA4329

Text Example


Text Example

White with #EA4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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