Html Css Color HEX #E13222 Cinnabar

📋 copy color: '#E13222'

red 225 ◦ green 50 ◦ blue 34

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

Shades of Cinnabar #E13222

Tints of Cinnabar #E13222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

 BLUE value IS 34 (13.67% from 255) = 11%

R = 72.82%
G = 16.18%
B = 11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E13222 (or 0xE13222) is known color: Cinnabar. HEX triplet: E1, 32 and 22. RGB value is (225,50,34). Sum of RGB (Red+Green+Blue) = 225+50+34=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E13222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13222 is #1ECDDD. Grayscale: #646464. Windows color (decimal): -2018782 or 2241249. OLE color: 2241249.

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

Color convert

RGB 225 50 34 -
CMYK 0 0.78 0.85 0.12
HSL 5.03º 0.76% 0.51% -
HSV(B) 5.03º 0.85% 0.88% -
XYZ 32.48 18.4 3.35 -
YUV 100.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 225 50 34 0 0.78 0.85 0.12 5.03 0.76 0.51
Hex E1 32 22 0 4E 55 C 5 4C 33
Octal 341 62 42 0 116 125 14 5 114 63
Binary 11100001 110010 100010 0 1001110 1010101 1100 101 1001100 110011

Color Harmonies of #E13222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13222

Black with #E13222

Text Example


Text Example

White with #E13222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13222; }

 p { color: rgb(225,50,34); }

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

background-color css

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

 a { background-color: rgb(225,50,34); }

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

border-color css

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

 span { border-color: rgb(225,50,34); }

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