Html Css Color HEX #E15032 Cinnabar

📋 copy color: '#E15032'

red 225 ◦ green 80 ◦ blue 50

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

Shades of Cinnabar #E15032

Tints of Cinnabar #E15032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 63.38%
G = 22.54%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E15032 (or 0xE15032) is known color: Cinnabar. HEX triplet: E1, 50 and 32. RGB value is (225,80,50). Sum of RGB (Red+Green+Blue) = 225+80+50=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E15032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15032 is #1EAFCD. Grayscale: #787878. Windows color (decimal): -2011086 or 3297505. OLE color: 3297505.

HSL color Cylindrical-coordinate representation of color #E15032: hue angle of 10.29º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15032 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 80 50 -
CMYK 0 0.64 0.78 0.12
HSL 10.29º 0.74% 0.54% -
HSV(B) 10.29º 0.78% 0.88% -
XYZ 34.5 21.98 5.44 -
YUV 119.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 225 80 50 0 0.64 0.78 0.12 10.29 0.74 0.54
Hex E1 50 32 0 40 4E C A 4A 36
Octal 341 120 62 0 100 116 14 12 112 66
Binary 11100001 1010000 110010 0 1000000 1001110 1100 1010 1001010 110110

Color Harmonies of #E15032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15032

Black with #E15032

Text Example


Text Example

White with #E15032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15032; }

 p { color: rgb(225,80,50); }

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

background-color css

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

 a { background-color: rgb(225,80,50); }

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

border-color css

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

 span { border-color: rgb(225,80,50); }

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