Html Css Color HEX #E1502F Cinnabar

📋 copy color: '#E1502F'

red 225 ◦ green 80 ◦ blue 47

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

Shades of Cinnabar #E1502F

Tints of Cinnabar #E1502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 63.92%
G = 22.73%
B = 13.35%

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

#E1502F (or 0xE1502F) is known color: Cinnabar. HEX triplet: E1, 50 and 2F. RGB value is (225,80,47). Sum of RGB (Red+Green+Blue) = 225+80+47=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1502F is #1EAFD0. Grayscale: #777777. Windows color (decimal): -2011089 or 3100897. OLE color: 3100897.

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

Color convert

RGB 225 80 47 -
CMYK 0 0.64 0.79 0.12
HSL 11.12º 0.75% 0.53% -
HSV(B) 11.12º 0.79% 0.88% -
XYZ 34.43 21.95 5.11 -
YUV 119.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 225 80 47 0 0.64 0.79 0.12 11.12 0.75 0.53
Hex E1 50 2F 0 40 4F C B 4B 35
Octal 341 120 57 0 100 117 14 13 113 65
Binary 11100001 1010000 101111 0 1000000 1001111 1100 1011 1001011 110101

Color Harmonies of #E1502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1502F

Black with #E1502F

Text Example


Text Example

White with #E1502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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