Html Css Color HEX #E14721 Cinnabar

📋 copy color: '#E14721'

red 225 ◦ green 71 ◦ blue 33

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

Shades of Cinnabar #E14721

Tints of Cinnabar #E14721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 68.39%
G = 21.58%
B = 10.03%

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

#E14721 (or 0xE14721) is known color: Cinnabar. HEX triplet: E1, 47 and 21. RGB value is (225,71,33). Sum of RGB (Red+Green+Blue) = 225+71+33=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E14721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14721 is #1EB8DE. Grayscale: #717171. Windows color (decimal): -2013407 or 2181089. OLE color: 2181089.

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

Color convert

RGB 225 71 33 -
CMYK 0 0.68 0.85 0.12
HSL 11.88º 0.76% 0.51% -
HSV(B) 11.88º 0.85% 0.88% -
XYZ 33.58 20.62 3.65 -
YUV 112.71 83.02 208.09 -
System Red Green Blue C M Y K H S L
Decimal 225 71 33 0 0.68 0.85 0.12 11.88 0.76 0.51
Hex E1 47 21 0 44 55 C C 4C 33
Octal 341 107 41 0 104 125 14 14 114 63
Binary 11100001 1000111 100001 0 1000100 1010101 1100 1100 1001100 110011

Color Harmonies of #E14721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14721

Black with #E14721

Text Example


Text Example

White with #E14721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14721; }

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

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

background-color css

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

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

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

border-color css

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

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

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