Html Css Color HEX #E14521 Cinnabar

📋 copy color: '#E14521'

red 225 ◦ green 69 ◦ blue 33

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

Shades of Cinnabar #E14521

Tints of Cinnabar #E14521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 68.81%
G = 21.1%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14521 (or 0xE14521) is known color: Cinnabar. HEX triplet: E1, 45 and 21. RGB value is (225,69,33). Sum of RGB (Red+Green+Blue) = 225+69+33=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E14521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14521 is #1EBADE. Grayscale: #6F6F6F. Windows color (decimal): -2013919 or 2180577. OLE color: 2180577.

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

Color convert

RGB 225 69 33 -
CMYK 0 0.69 0.85 0.12
HSL 11.25º 0.76% 0.51% -
HSV(B) 11.25º 0.85% 0.88% -
XYZ 33.45 20.37 3.61 -
YUV 111.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 225 69 33 0 0.69 0.85 0.12 11.25 0.76 0.51
Hex E1 45 21 0 45 55 C B 4C 33
Octal 341 105 41 0 105 125 14 13 114 63
Binary 11100001 1000101 100001 0 1000101 1010101 1100 1011 1001100 110011

Color Harmonies of #E14521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14521

Black with #E14521

Text Example


Text Example

White with #E14521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14521; }

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

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

background-color css

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

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

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

border-color css

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

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

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