Html Css Color HEX #E13821 Cinnabar

📋 copy color: '#E13821'

red 225 ◦ green 56 ◦ blue 33

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

Shades of Cinnabar #E13821

Tints of Cinnabar #E13821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 71.66%
G = 17.83%
B = 10.51%

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

#E13821 (or 0xE13821) is known color: Cinnabar. HEX triplet: E1, 38 and 21. RGB value is (225,56,33). Sum of RGB (Red+Green+Blue) = 225+56+33=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E13821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13821 is #1EC7DE. Grayscale: #686868. Windows color (decimal): -2017247 or 2177249. OLE color: 2177249.

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

Color convert

RGB 225 56 33 -
CMYK 0 0.75 0.85 0.12
HSL 7.19º 0.76% 0.51% -
HSV(B) 7.19º 0.85% 0.88% -
XYZ 32.74 18.95 3.37 -
YUV 103.91 87.99 214.37 -
System Red Green Blue C M Y K H S L
Decimal 225 56 33 0 0.75 0.85 0.12 7.19 0.76 0.51
Hex E1 38 21 0 4B 55 C 7 4C 33
Octal 341 70 41 0 113 125 14 7 114 63
Binary 11100001 111000 100001 0 1001011 1010101 1100 111 1001100 110011

Color Harmonies of #E13821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13821

Black with #E13821

Text Example


Text Example

White with #E13821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13821; }

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

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

background-color css

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

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

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

border-color css

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

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

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