Html Css Color HEX #E13C20 Cinnabar

📋 copy color: '#E13C20'

red 225 ◦ green 60 ◦ blue 32

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

Shades of Cinnabar #E13C20

Tints of Cinnabar #E13C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 70.98%
G = 18.93%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E13C20 (or 0xE13C20) is known color: Cinnabar. HEX triplet: E1, 3C and 20. RGB value is (225,60,32). Sum of RGB (Red+Green+Blue) = 225+60+32=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C20 is #1EC3DF. Grayscale: #6A6A6A. Windows color (decimal): -2016224 or 2112737. OLE color: 2112737.

HSL color Cylindrical-coordinate representation of color #E13C20: hue angle of 8.7º 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 #E13C20 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 32 -
CMYK 0 0.73 0.86 0.12
HSL 8.7º 0.76% 0.5% -
HSV(B) 8.7º 0.86% 0.88% -
XYZ 32.93 19.34 3.36 -
YUV 106.14 86.16 212.78 -
System Red Green Blue C M Y K H S L
Decimal 225 60 32 0 0.73 0.86 0.12 8.7 0.76 0.5
Hex E1 3C 20 0 49 56 C 9 4C 32
Octal 341 74 40 0 111 126 14 11 114 62
Binary 11100001 111100 100000 0 1001001 1010110 1100 1001 1001100 110010

Color Harmonies of #E13C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C20

Black with #E13C20

Text Example


Text Example

White with #E13C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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