Html Css Color HEX #E50C05 Red

📋 copy color: '#E50C05'

red 229 ◦ green 12 ◦ blue 5

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

Shades of Red #E50C05

Tints of Red #E50C05

RGB

 RED value IS 229 (89.84% from 255) = 93.09%

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 93.09%
G = 4.88%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E50C05 (or 0xE50C05) is known color: Red. HEX triplet: E5, 0C and 05. RGB value is (229,12,5). Sum of RGB (Red+Green+Blue) = 229+12+5=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50C05 is #1AF3FA. Grayscale: #4C4C4C. Windows color (decimal): -1766395 or 330981. OLE color: 330981.

HSL color Cylindrical-coordinate representation of color #E50C05: hue angle of 1.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50C05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 5 -
CMYK 0 0.95 0.98 0.10
HSL 1.88º 0.96% 0.46% -
HSV(B) 1.88º 0.98% 0.9% -
XYZ 32.47 16.93 1.7 -
YUV 76.09 87.89 237.07 -
System Red Green Blue C M Y K H S L
Decimal 229 12 5 0 0.95 0.98 0.10 1.88 0.96 0.46
Hex E5 C 5 0 5F 62 A 2 60 2E
Octal 345 14 5 0 137 142 12 2 140 56
Binary 11100101 1100 101 0 1011111 1100010 1010 10 1100000 101110

Color Harmonies of #E50C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C05

Black with #E50C05

Text Example


Text Example

White with #E50C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C05; }

 p { color: rgb(229,12,5); }

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

background-color css

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

 a { background-color: rgb(229,12,5); }

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

border-color css

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

 span { border-color: rgb(229,12,5); }

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