Html Css Color HEX #E13522 Cinnabar

📋 copy color: '#E13522'

red 225 ◦ green 53 ◦ blue 34

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

Shades of Cinnabar #E13522

Tints of Cinnabar #E13522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 72.12%
G = 16.99%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E13522 (or 0xE13522) is known color: Cinnabar. HEX triplet: E1, 35 and 22. RGB value is (225,53,34). Sum of RGB (Red+Green+Blue) = 225+53+34=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E13522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13522 is #1ECADD. Grayscale: #666666. Windows color (decimal): -2018014 or 2242017. OLE color: 2242017.

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

Color convert

RGB 225 53 34 -
CMYK 0 0.76 0.85 0.12
HSL 5.97º 0.76% 0.51% -
HSV(B) 5.97º 0.85% 0.88% -
XYZ 32.61 18.67 3.4 -
YUV 102.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 225 53 34 0 0.76 0.85 0.12 5.97 0.76 0.51
Hex E1 35 22 0 4C 55 C 6 4C 33
Octal 341 65 42 0 114 125 14 6 114 63
Binary 11100001 110101 100010 0 1001100 1010101 1100 110 1001100 110011

Color Harmonies of #E13522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13522

Black with #E13522

Text Example


Text Example

White with #E13522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13522; }

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

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

background-color css

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

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

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

border-color css

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

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

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