Html Css Color HEX #E13921 Cinnabar

📋 copy color: '#E13921'

red 225 ◦ green 57 ◦ blue 33

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

Shades of Cinnabar #E13921

Tints of Cinnabar #E13921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 71.43%
G = 18.1%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E13921 (or 0xE13921) is known color: Cinnabar. HEX triplet: E1, 39 and 21. RGB value is (225,57,33). Sum of RGB (Red+Green+Blue) = 225+57+33=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E13921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13921 is #1EC6DE. Grayscale: #686868. Windows color (decimal): -2016991 or 2177505. OLE color: 2177505.

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

Color convert

RGB 225 57 33 -
CMYK 0 0.75 0.85 0.12
HSL 7.5º 0.76% 0.51% -
HSV(B) 7.5º 0.85% 0.88% -
XYZ 32.79 19.04 3.39 -
YUV 104.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 225 57 33 0 0.75 0.85 0.12 7.5 0.76 0.51
Hex E1 39 21 0 4B 55 C 8 4C 33
Octal 341 71 41 0 113 125 14 10 114 63
Binary 11100001 111001 100001 0 1001011 1010101 1100 1000 1001100 110011

Color Harmonies of #E13921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13921

Black with #E13921

Text Example


Text Example

White with #E13921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13921; }

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

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

background-color css

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

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

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

border-color css

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

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

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