Html Css Color HEX #E15030 Cinnabar

📋 copy color: '#E15030'

red 225 ◦ green 80 ◦ blue 48

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

Shades of Cinnabar #E15030

Tints of Cinnabar #E15030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.6%

R = 63.74%
G = 22.66%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E15030 (or 0xE15030) is known color: Cinnabar. HEX triplet: E1, 50 and 30. RGB value is (225,80,48). Sum of RGB (Red+Green+Blue) = 225+80+48=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E15030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15030 is #1EAFCF. Grayscale: #777777. Windows color (decimal): -2011088 or 3166433. OLE color: 3166433.

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

Color convert

RGB 225 80 48 -
CMYK 0 0.64 0.79 0.12
HSL 10.85º 0.75% 0.54% -
HSV(B) 10.85º 0.79% 0.88% -
XYZ 34.45 21.96 5.22 -
YUV 119.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 225 80 48 0 0.64 0.79 0.12 10.85 0.75 0.54
Hex E1 50 30 0 40 4F C B 4B 36
Octal 341 120 60 0 100 117 14 13 113 66
Binary 11100001 1010000 110000 0 1000000 1001111 1100 1011 1001011 110110

Color Harmonies of #E15030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15030

Black with #E15030

Text Example


Text Example

White with #E15030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15030; }

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

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

background-color css

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

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

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

border-color css

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

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

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