Html Css Color HEX #E0501E Cinnabar

📋 copy color: '#E0501E'

red 224 ◦ green 80 ◦ blue 30

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

Shades of Cinnabar #E0501E

Tints of Cinnabar #E0501E

RGB

 RED value IS 224 (87.89% from 255) = 67.07%

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 67.07%
G = 23.95%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0501E (or 0xE0501E) is known color: Cinnabar. HEX triplet: E0, 50 and 1E. RGB value is (224,80,30). Sum of RGB (Red+Green+Blue) = 224+80+30=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0501E is #1FAFE1. Grayscale: #757575. Windows color (decimal): -2076642 or 1986784. OLE color: 1986784.

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

Color convert

RGB 224 80 30 -
CMYK 0 0.64 0.87 0.12
HSL 15.46º 0.76% 0.5% -
HSV(B) 15.46º 0.87% 0.88% -
XYZ 33.84 21.68 3.63 -
YUV 117.36 78.71 204.07 -
System Red Green Blue C M Y K H S L
Decimal 224 80 30 0 0.64 0.87 0.12 15.46 0.76 0.5
Hex E0 50 1E 0 40 57 C F 4C 32
Octal 340 120 36 0 100 127 14 17 114 62
Binary 11100000 1010000 11110 0 1000000 1010111 1100 1111 1001100 110010

Color Harmonies of #E0501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0501E

Black with #E0501E

Text Example


Text Example

White with #E0501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0501E; }

 p { color: rgb(224,80,30); }

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

background-color css

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

 a { background-color: rgb(224,80,30); }

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

border-color css

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

 span { border-color: rgb(224,80,30); }

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