Html Css Color HEX #E15330 Cinnabar

📋 copy color: '#E15330'

red 225 ◦ green 83 ◦ blue 48

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

Shades of Cinnabar #E15330

Tints of Cinnabar #E15330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

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

R = 63.2%
G = 23.31%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E15330 (or 0xE15330) is known color: Cinnabar. HEX triplet: E1, 53 and 30. RGB value is (225,83,48). Sum of RGB (Red+Green+Blue) = 225+83+48=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E15330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15330 is #1EACCF. Grayscale: #797979. Windows color (decimal): -2010320 or 3167201. OLE color: 3167201.

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

Color convert

RGB 225 83 48 -
CMYK 0 0.63 0.79 0.12
HSL 11.86º 0.75% 0.54% -
HSV(B) 11.86º 0.79% 0.88% -
XYZ 34.68 22.41 5.29 -
YUV 121.47 86.54 201.85 -
System Red Green Blue C M Y K H S L
Decimal 225 83 48 0 0.63 0.79 0.12 11.86 0.75 0.54
Hex E1 53 30 0 3F 4F C C 4B 36
Octal 341 123 60 0 77 117 14 14 113 66
Binary 11100001 1010011 110000 0 111111 1001111 1100 1100 1001011 110110

Color Harmonies of #E15330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15330

Black with #E15330

Text Example


Text Example

White with #E15330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15330; }

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

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

background-color css

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

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

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

border-color css

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

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

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