Html Css Color HEX #E13221 Cinnabar

📋 copy color: '#E13221'

red 225 ◦ green 50 ◦ blue 33

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

Shades of Cinnabar #E13221

Tints of Cinnabar #E13221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 73.05%
G = 16.23%
B = 10.71%

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

#E13221 (or 0xE13221) is known color: Cinnabar. HEX triplet: E1, 32 and 21. RGB value is (225,50,33). Sum of RGB (Red+Green+Blue) = 225+50+33=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E13221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13221 is #1ECDDE. Grayscale: #646464. Windows color (decimal): -2018783 or 2175713. OLE color: 2175713.

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

Color convert

RGB 225 50 33 -
CMYK 0 0.78 0.85 0.12
HSL 5.31º 0.76% 0.51% -
HSV(B) 5.31º 0.85% 0.88% -
XYZ 32.47 18.4 3.28 -
YUV 100.39 89.98 216.88 -
System Red Green Blue C M Y K H S L
Decimal 225 50 33 0 0.78 0.85 0.12 5.31 0.76 0.51
Hex E1 32 21 0 4E 55 C 5 4C 33
Octal 341 62 41 0 116 125 14 5 114 63
Binary 11100001 110010 100001 0 1001110 1010101 1100 101 1001100 110011

Color Harmonies of #E13221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13221

Black with #E13221

Text Example


Text Example

White with #E13221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13221; }

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

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

background-color css

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

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

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

border-color css

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

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

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