Html Css Color HEX #E13322 Cinnabar

📋 copy color: '#E13322'

red 225 ◦ green 51 ◦ blue 34

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

Shades of Cinnabar #E13322

Tints of Cinnabar #E13322

RGB

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

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

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

R = 72.58%
G = 16.45%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E13322 (or 0xE13322) is known color: Cinnabar. HEX triplet: E1, 33 and 22. RGB value is (225,51,34). Sum of RGB (Red+Green+Blue) = 225+51+34=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E13322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13322 is #1ECCDD. Grayscale: #656565. Windows color (decimal): -2018526 or 2241505. OLE color: 2241505.

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

Color convert

RGB 225 51 34 -
CMYK 0 0.77 0.85 0.12
HSL 5.34º 0.76% 0.51% -
HSV(B) 5.34º 0.85% 0.88% -
XYZ 32.52 18.49 3.37 -
YUV 101.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 225 51 34 0 0.77 0.85 0.12 5.34 0.76 0.51
Hex E1 33 22 0 4D 55 C 5 4C 33
Octal 341 63 42 0 115 125 14 5 114 63
Binary 11100001 110011 100010 0 1001101 1010101 1100 101 1001100 110011

Color Harmonies of #E13322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13322

Black with #E13322

Text Example


Text Example

White with #E13322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13322; }

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

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

background-color css

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

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

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

border-color css

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

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

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