Html Css Color HEX #E13829 Cinnabar

📋 copy color: '#E13829'

red 225 ◦ green 56 ◦ blue 41

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

Shades of Cinnabar #E13829

Tints of Cinnabar #E13829

RGB

 RED value IS 225 (88.28% from 255) = 69.88%

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

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

R = 69.88%
G = 17.39%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E13829 (or 0xE13829) is known color: Cinnabar. HEX triplet: E1, 38 and 29. RGB value is (225,56,41). Sum of RGB (Red+Green+Blue) = 225+56+41=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E13829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13829 is #1EC7D6. Grayscale: #696969. Windows color (decimal): -2017239 or 2701537. OLE color: 2701537.

HSL color Cylindrical-coordinate representation of color #E13829: hue angle of 4.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E13829 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 56 41 -
CMYK 0 0.75 0.82 0.12
HSL 4.89º 0.75% 0.52% -
HSV(B) 4.89º 0.82% 0.88% -
XYZ 32.87 19 4.03 -
YUV 104.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 225 56 41 0 0.75 0.82 0.12 4.89 0.75 0.52
Hex E1 38 29 0 4B 52 C 5 4B 34
Octal 341 70 51 0 113 122 14 5 113 64
Binary 11100001 111000 101001 0 1001011 1010010 1100 101 1001011 110100

Color Harmonies of #E13829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13829

Black with #E13829

Text Example


Text Example

White with #E13829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13829; }

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

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

background-color css

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

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

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

border-color css

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

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

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