Html Css Color HEX #E40400 Red

📋 copy color: '#E40400'

red 228 ◦ green 4 ◦ blue 0

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

Shades of Red #E40400

Tints of Red #E40400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 98.28%
G = 1.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E40400 (or 0xE40400) is known color: Red. HEX triplet: E4, 04 and 00. RGB value is (228,4,0). Sum of RGB (Red+Green+Blue) = 228+4+0=232 (30% of max value = 765). Red value is 228 (89.45% from 255 or 98.28% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 228 - color contains mainly: red. Hex color #E40400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40400 is #1BFBFF. Grayscale: #464646. Windows color (decimal): -1833984 or 1252. OLE color: 1252.

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

Color convert

RGB 228 4 0 -
CMYK 0 0.98 1 0.11
HSL 1.05º 1% 0.45% -
HSV(B) 1.05º 1% 0.89% -
XYZ 32.04 16.58 1.51 -
YUV 70.52 88.21 240.33 -
System Red Green Blue C M Y K H S L
Decimal 228 4 0 0 0.98 1 0.11 1.05 1 0.45
Hex E4 4 0 0 62 64 B 1 64 2D
Octal 344 4 0 0 142 144 13 1 144 55
Binary 11100100 100 0 0 1100010 1100100 1011 1 1100100 101101

Color Harmonies of #E40400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40400

Black with #E40400

Text Example


Text Example

White with #E40400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40400; }

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

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

background-color css

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

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

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

border-color css

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

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

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