Html Css Color HEX #E40705 Red

📋 copy color: '#E40705'

red 228 ◦ green 7 ◦ blue 5

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

Shades of Red #E40705

Tints of Red #E40705

RGB

 RED value IS 228 (89.45% from 255) = 95%

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

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

R = 95%
G = 2.92%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E40705 (or 0xE40705) is known color: Red. HEX triplet: E4, 07 and 05. RGB value is (228,7,5). Sum of RGB (Red+Green+Blue) = 228+7+5=240 (31% of max value = 765). Red value is 228 (89.45% from 255 or 95% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 228 - color contains mainly: red. Hex color #E40705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40705 is #1BF8FA. Grayscale: #494949. Windows color (decimal): -1833211 or 329700. OLE color: 329700.

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

Color convert

RGB 228 7 5 -
CMYK 0 0.97 0.98 0.11
HSL 0.54º 0.96% 0.46% -
HSV(B) 0.54º 0.98% 0.89% -
XYZ 32.1 16.66 1.67 -
YUV 72.85 89.72 238.66 -
System Red Green Blue C M Y K H S L
Decimal 228 7 5 0 0.97 0.98 0.11 0.54 0.96 0.46
Hex E4 7 5 0 61 62 B 1 60 2E
Octal 344 7 5 0 141 142 13 1 140 56
Binary 11100100 111 101 0 1100001 1100010 1011 1 1100000 101110

Color Harmonies of #E40705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40705

Black with #E40705

Text Example


Text Example

White with #E40705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40705; }

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

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

background-color css

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

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

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

border-color css

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

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

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