Html Css Color HEX #E40700 Red

📋 copy color: '#E40700'

red 228 ◦ green 7 ◦ blue 0

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

Shades of Red #E40700

Tints of Red #E40700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.02%
G = 2.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E40700 (or 0xE40700) is known color: Red. HEX triplet: E4, 07 and 00. RGB value is (228,7,0). Sum of RGB (Red+Green+Blue) = 228+7+0=235 (31% of max value = 765). Red value is 228 (89.45% from 255 or 97.02% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 228 - color contains mainly: red. Hex color #E40700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40700 is #1BF8FF. Grayscale: #484848. Windows color (decimal): -1833216 or 2020. OLE color: 2020.

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

Color convert

RGB 228 7 0 -
CMYK 0 0.97 1 0.11
HSL 1.84º 1% 0.45% -
HSV(B) 1.84º 1% 0.89% -
XYZ 32.07 16.65 1.52 -
YUV 72.28 87.22 239.07 -
System Red Green Blue C M Y K H S L
Decimal 228 7 0 0 0.97 1 0.11 1.84 1 0.45
Hex E4 7 0 0 61 64 B 2 64 2D
Octal 344 7 0 0 141 144 13 2 144 55
Binary 11100100 111 0 0 1100001 1100100 1011 10 1100100 101101

Color Harmonies of #E40700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40700

Black with #E40700

Text Example


Text Example

White with #E40700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40700; }

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

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

background-color css

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

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

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

border-color css

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

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

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