Html Css Color HEX #E40804 Red

📋 copy color: '#E40804'

red 228 ◦ green 8 ◦ blue 4

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

Shades of Red #E40804

Tints of Red #E40804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 95%
G = 3.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E40804 (or 0xE40804) is known color: Red. HEX triplet: E4, 08 and 04. RGB value is (228,8,4). Sum of RGB (Red+Green+Blue) = 228+8+4=240 (31% of max value = 765). Red value is 228 (89.45% from 255 or 95% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 228 - color contains mainly: red. Hex color #E40804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40804 is #1BF7FB. Grayscale: #494949. Windows color (decimal): -1832956 or 264420. OLE color: 264420.

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

Color convert

RGB 228 8 4 -
CMYK 0 0.96 0.98 0.11
HSL 1.07º 0.97% 0.45% -
HSV(B) 1.07º 0.98% 0.89% -
XYZ 32.1 16.68 1.64 -
YUV 73.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 228 8 4 0 0.96 0.98 0.11 1.07 0.97 0.45
Hex E4 8 4 0 60 62 B 1 61 2D
Octal 344 10 4 0 140 142 13 1 141 55
Binary 11100100 1000 100 0 1100000 1100010 1011 1 1100001 101101

Color Harmonies of #E40804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40804

Black with #E40804

Text Example


Text Example

White with #E40804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40804; }

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

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

background-color css

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

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

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

border-color css

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

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

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