Html Css Color HEX #E13820 Cinnabar

📋 copy color: '#E13820'

red 225 ◦ green 56 ◦ blue 32

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

Shades of Cinnabar #E13820

Tints of Cinnabar #E13820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 71.88%
G = 17.89%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E13820 (or 0xE13820) is known color: Cinnabar. HEX triplet: E1, 38 and 20. RGB value is (225,56,32). Sum of RGB (Red+Green+Blue) = 225+56+32=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E13820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13820 is #1EC7DF. Grayscale: #686868. Windows color (decimal): -2017248 or 2111713. OLE color: 2111713.

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

Color convert

RGB 225 56 32 -
CMYK 0 0.75 0.86 0.12
HSL 7.46º 0.76% 0.5% -
HSV(B) 7.46º 0.86% 0.88% -
XYZ 32.73 18.94 3.3 -
YUV 103.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 225 56 32 0 0.75 0.86 0.12 7.46 0.76 0.5
Hex E1 38 20 0 4B 56 C 7 4C 32
Octal 341 70 40 0 113 126 14 7 114 62
Binary 11100001 111000 100000 0 1001011 1010110 1100 111 1001100 110010

Color Harmonies of #E13820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13820

Black with #E13820

Text Example


Text Example

White with #E13820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13820; }

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

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

background-color css

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

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

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

border-color css

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

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

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