Html Css Color HEX #E13320 Cinnabar

📋 copy color: '#E13320'

red 225 ◦ green 51 ◦ blue 32

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

Shades of Cinnabar #E13320

Tints of Cinnabar #E13320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 73.05%
G = 16.56%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E13320 (or 0xE13320) is known color: Cinnabar. HEX triplet: E1, 33 and 20. RGB value is (225,51,32). Sum of RGB (Red+Green+Blue) = 225+51+32=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E13320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13320 is #1ECCDF. Grayscale: #656565. Windows color (decimal): -2018528 or 2110433. OLE color: 2110433.

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

Color convert

RGB 225 51 32 -
CMYK 0 0.77 0.86 0.12
HSL 5.91º 0.76% 0.5% -
HSV(B) 5.91º 0.86% 0.88% -
XYZ 32.5 18.48 3.22 -
YUV 100.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 225 51 32 0 0.77 0.86 0.12 5.91 0.76 0.5
Hex E1 33 20 0 4D 56 C 6 4C 32
Octal 341 63 40 0 115 126 14 6 114 62
Binary 11100001 110011 100000 0 1001101 1010110 1100 110 1001100 110010

Color Harmonies of #E13320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13320

Black with #E13320

Text Example


Text Example

White with #E13320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13320; }

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

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

background-color css

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

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

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

border-color css

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

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

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