Html Css Color HEX #E40B04 Red

📋 copy color: '#E40B04'

red 228 ◦ green 11 ◦ blue 4

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

Shades of Red #E40B04

Tints of Red #E40B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.53%

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

R = 93.83%
G = 4.53%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E40B04 (or 0xE40B04) is known color: Red. HEX triplet: E4, 0B and 04. RGB value is (228,11,4). Sum of RGB (Red+Green+Blue) = 228+11+4=243 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.83% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40B04 is #1BF4FB. Grayscale: #4B4B4B. Windows color (decimal): -1832188 or 265188. OLE color: 265188.

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

Color convert

RGB 228 11 4 -
CMYK 0 0.95 0.98 0.11
HSL 1.88º 0.97% 0.45% -
HSV(B) 1.88º 0.98% 0.89% -
XYZ 32.14 16.74 1.65 -
YUV 75.09 87.89 237.07 -
System Red Green Blue C M Y K H S L
Decimal 228 11 4 0 0.95 0.98 0.11 1.88 0.97 0.45
Hex E4 B 4 0 5F 62 B 2 61 2D
Octal 344 13 4 0 137 142 13 2 141 55
Binary 11100100 1011 100 0 1011111 1100010 1011 10 1100001 101101

Color Harmonies of #E40B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40B04

Black with #E40B04

Text Example


Text Example

White with #E40B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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