Html Css Color HEX #EA3829 Cinnabar

📋 copy color: '#EA3829'

red 234 ◦ green 56 ◦ blue 41

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

Shades of Cinnabar #EA3829

Tints of Cinnabar #EA3829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

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

R = 70.69%
G = 16.92%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA3829 (or 0xEA3829) is known color: Cinnabar. HEX triplet: EA, 38 and 29. RGB value is (234,56,41). Sum of RGB (Red+Green+Blue) = 234+56+41=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3829 is #15C7D6. Grayscale: #6B6B6B. Windows color (decimal): -1427415 or 2701546. OLE color: 2701546.

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

Color convert

RGB 234 56 41 -
CMYK 0 0.76 0.82 0.08
HSL 4.66º 0.82% 0.54% -
HSV(B) 4.66º 0.82% 0.92% -
XYZ 35.75 20.48 4.17 -
YUV 107.51 90.47 218.22 -
System Red Green Blue C M Y K H S L
Decimal 234 56 41 0 0.76 0.82 0.08 4.66 0.82 0.54
Hex EA 38 29 0 4C 52 8 5 52 36
Octal 352 70 51 0 114 122 10 5 122 66
Binary 11101010 111000 101001 0 1001100 1010010 1000 101 1010010 110110

Color Harmonies of #EA3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3829

Black with #EA3829

Text Example


Text Example

White with #EA3829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3829; }

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

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

background-color css

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

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

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

border-color css

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

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

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