Html Css Color HEX #E14821 Cinnabar

📋 copy color: '#E14821'

red 225 ◦ green 72 ◦ blue 33

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

Shades of Cinnabar #E14821

Tints of Cinnabar #E14821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 68.18%
G = 21.82%
B = 10%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14821 (or 0xE14821) is known color: Cinnabar. HEX triplet: E1, 48 and 21. RGB value is (225,72,33). Sum of RGB (Red+Green+Blue) = 225+72+33=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E14821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14821 is #1EB7DE. Grayscale: #717171. Windows color (decimal): -2013151 or 2181345. OLE color: 2181345.

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

Color convert

RGB 225 72 33 -
CMYK 0 0.68 0.85 0.12
HSL 12.19º 0.76% 0.51% -
HSV(B) 12.19º 0.85% 0.88% -
XYZ 33.64 20.75 3.67 -
YUV 113.3 82.69 207.67 -
System Red Green Blue C M Y K H S L
Decimal 225 72 33 0 0.68 0.85 0.12 12.19 0.76 0.51
Hex E1 48 21 0 44 55 C C 4C 33
Octal 341 110 41 0 104 125 14 14 114 63
Binary 11100001 1001000 100001 0 1000100 1010101 1100 1100 1001100 110011

Color Harmonies of #E14821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14821

Black with #E14821

Text Example


Text Example

White with #E14821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14821; }

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

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

background-color css

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

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

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

border-color css

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

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

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