Html Css Color HEX #E13A20 Cinnabar

📋 copy color: '#E13A20'

red 225 ◦ green 58 ◦ blue 32

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

Shades of Cinnabar #E13A20

Tints of Cinnabar #E13A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

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

R = 71.43%
G = 18.41%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E13A20 (or 0xE13A20) is known color: Cinnabar. HEX triplet: E1, 3A and 20. RGB value is (225,58,32). Sum of RGB (Red+Green+Blue) = 225+58+32=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A20 is #1EC5DF. Grayscale: #696969. Windows color (decimal): -2016736 or 2112225. OLE color: 2112225.

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

Color convert

RGB 225 58 32 -
CMYK 0 0.74 0.86 0.12
HSL 8.08º 0.76% 0.5% -
HSV(B) 8.08º 0.86% 0.88% -
XYZ 32.83 19.14 3.33 -
YUV 104.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 225 58 32 0 0.74 0.86 0.12 8.08 0.76 0.5
Hex E1 3A 20 0 4A 56 C 8 4C 32
Octal 341 72 40 0 112 126 14 10 114 62
Binary 11100001 111010 100000 0 1001010 1010110 1100 1000 1001100 110010

Color Harmonies of #E13A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A20

Black with #E13A20

Text Example


Text Example

White with #E13A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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