Html Css Color HEX #E1503E Cinnabar

📋 copy color: '#E1503E'

red 225 ◦ green 80 ◦ blue 62

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

Shades of Cinnabar #E1503E

Tints of Cinnabar #E1503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 61.31%
G = 21.8%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1503E (or 0xE1503E) is known color: Cinnabar. HEX triplet: E1, 50 and 3E. RGB value is (225,80,62). Sum of RGB (Red+Green+Blue) = 225+80+62=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1503E is #1EAFC1. Grayscale: #797979. Windows color (decimal): -2011074 or 4083937. OLE color: 4083937.

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

Color convert

RGB 225 80 62 -
CMYK 0 0.64 0.72 0.12
HSL 6.63º 0.73% 0.56% -
HSV(B) 6.63º 0.72% 0.88% -
XYZ 34.79 22.09 6.99 -
YUV 121.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 225 80 62 0 0.64 0.72 0.12 6.63 0.73 0.56
Hex E1 50 3E 0 40 48 C 7 49 38
Octal 341 120 76 0 100 110 14 7 111 70
Binary 11100001 1010000 111110 0 1000000 1001000 1100 111 1001001 111000

Color Harmonies of #E1503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1503E

Black with #E1503E

Text Example


Text Example

White with #E1503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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