Html Css Color HEX #E00705 Red

📋 copy color: '#E00705'

red 224 ◦ green 7 ◦ blue 5

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

Shades of Red #E00705

Tints of Red #E00705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.97%

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

R = 94.92%
G = 2.97%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E00705 (or 0xE00705) is known color: Red. HEX triplet: E0, 07 and 05. RGB value is (224,7,5). Sum of RGB (Red+Green+Blue) = 224+7+5=236 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.92% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 224 - color contains mainly: red. Hex color #E00705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00705 is #1FF8FA. Grayscale: #474747. Windows color (decimal): -2095355 or 329696. OLE color: 329696.

HSL color Cylindrical-coordinate representation of color #E00705: hue angle of 0.55º 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 #E00705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 5 -
CMYK 0 0.97 0.98 0.12
HSL 0.55º 0.96% 0.45% -
HSV(B) 0.55º 0.98% 0.88% -
XYZ 30.84 16.01 1.61 -
YUV 71.66 90.39 236.66 -
System Red Green Blue C M Y K H S L
Decimal 224 7 5 0 0.97 0.98 0.12 0.55 0.96 0.45
Hex E0 7 5 0 61 62 C 1 60 2D
Octal 340 7 5 0 141 142 14 1 140 55
Binary 11100000 111 101 0 1100001 1100010 1100 1 1100000 101101

Color Harmonies of #E00705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00705

Black with #E00705

Text Example


Text Example

White with #E00705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00705; }

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

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

background-color css

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

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

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

border-color css

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

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

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