Html Css Color HEX #E01005 Red

📋 copy color: '#E01005'

red 224 ◦ green 16 ◦ blue 5

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

Shades of Red #E01005

Tints of Red #E01005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 91.43%
G = 6.53%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E01005 (or 0xE01005) is known color: Red. HEX triplet: E0, 10 and 05. RGB value is (224,16,5). Sum of RGB (Red+Green+Blue) = 224+16+5=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E01005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01005 is #1FEFFA. Grayscale: #4D4D4D. Windows color (decimal): -2093051 or 332000. OLE color: 332000.

HSL color Cylindrical-coordinate representation of color #E01005: hue angle of 3.01º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E01005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 5 -
CMYK 0 0.93 0.98 0.12
HSL 3.01º 0.96% 0.45% -
HSV(B) 3.01º 0.98% 0.88% -
XYZ 30.95 16.23 1.64 -
YUV 76.94 87.41 232.89 -
System Red Green Blue C M Y K H S L
Decimal 224 16 5 0 0.93 0.98 0.12 3.01 0.96 0.45
Hex E0 10 5 0 5D 62 C 3 60 2D
Octal 340 20 5 0 135 142 14 3 140 55
Binary 11100000 10000 101 0 1011101 1100010 1100 11 1100000 101101

Color Harmonies of #E01005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01005

Black with #E01005

Text Example


Text Example

White with #E01005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01005; }

 p { color: rgb(224,16,5); }

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

background-color css

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

 a { background-color: rgb(224,16,5); }

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

border-color css

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

 span { border-color: rgb(224,16,5); }

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