Html Css Color HEX #EA4429 Cinnabar

📋 copy color: '#EA4429'

red 234 ◦ green 68 ◦ blue 41

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

Shades of Cinnabar #EA4429

Tints of Cinnabar #EA4429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

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

R = 68.22%
G = 19.83%
B = 11.95%

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

#EA4429 (or 0xEA4429) is known color: Cinnabar. HEX triplet: EA, 44 and 29. RGB value is (234,68,41). Sum of RGB (Red+Green+Blue) = 234+68+41=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4429 is #15BBD6. Grayscale: #727272. Windows color (decimal): -1424343 or 2704618. OLE color: 2704618.

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

Color convert

RGB 234 68 41 -
CMYK 0 0.71 0.82 0.08
HSL 8.39º 0.82% 0.54% -
HSV(B) 8.39º 0.82% 0.92% -
XYZ 36.4 21.79 4.38 -
YUV 114.56 86.5 213.2 -
System Red Green Blue C M Y K H S L
Decimal 234 68 41 0 0.71 0.82 0.08 8.39 0.82 0.54
Hex EA 44 29 0 47 52 8 8 52 36
Octal 352 104 51 0 107 122 10 10 122 66
Binary 11101010 1000100 101001 0 1000111 1010010 1000 1000 1010010 110110

Color Harmonies of #EA4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4429

Black with #EA4429

Text Example


Text Example

White with #EA4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4429; }

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

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

background-color css

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

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

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

border-color css

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

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

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