Html Css Color HEX #E70805 Red

📋 copy color: '#E70805'

red 231 ◦ green 8 ◦ blue 5

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

Shades of Red #E70805

Tints of Red #E70805

RGB

 RED value IS 231 (90.63% from 255) = 94.67%

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 94.67%
G = 3.28%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E70805 (or 0xE70805) is known color: Red. HEX triplet: E7, 08 and 05. RGB value is (231,8,5). Sum of RGB (Red+Green+Blue) = 231+8+5=244 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.67% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 231 - color contains mainly: red. Hex color #E70805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70805 is #18F7FA. Grayscale: #4A4A4A. Windows color (decimal): -1636347 or 329959. OLE color: 329959.

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

Color convert

RGB 231 8 5 -
CMYK 0 0.97 0.98 0.09
HSL 0.8º 0.96% 0.46% -
HSV(B) 0.8º 0.98% 0.91% -
XYZ 33.07 17.17 1.72 -
YUV 74.34 88.88 239.74 -
System Red Green Blue C M Y K H S L
Decimal 231 8 5 0 0.97 0.98 0.09 0.8 0.96 0.46
Hex E7 8 5 0 61 62 9 1 60 2E
Octal 347 10 5 0 141 142 11 1 140 56
Binary 11100111 1000 101 0 1100001 1100010 1001 1 1100000 101110

Color Harmonies of #E70805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70805

Black with #E70805

Text Example


Text Example

White with #E70805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70805; }

 p { color: rgb(231,8,5); }

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

background-color css

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

 a { background-color: rgb(231,8,5); }

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

border-color css

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

 span { border-color: rgb(231,8,5); }

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