Html Css Color HEX #E40402 Red

📋 copy color: '#E40402'

red 228 ◦ green 4 ◦ blue 2

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

Shades of Red #E40402

Tints of Red #E40402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 97.44%
G = 1.71%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E40402 (or 0xE40402) is known color: Red. HEX triplet: E4, 04 and 02. RGB value is (228,4,2). Sum of RGB (Red+Green+Blue) = 228+4+2=234 (30% of max value = 765). Red value is 228 (89.45% from 255 or 97.44% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 228 - color contains mainly: red. Hex color #E40402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40402 is #1BFBFD. Grayscale: #464646. Windows color (decimal): -1833982 or 132324. OLE color: 132324.

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

Color convert

RGB 228 4 2 -
CMYK 0 0.98 0.99 0.11
HSL 0.53º 0.98% 0.45% -
HSV(B) 0.53º 0.99% 0.89% -
XYZ 32.05 16.59 1.57 -
YUV 70.75 89.21 240.16 -
System Red Green Blue C M Y K H S L
Decimal 228 4 2 0 0.98 0.99 0.11 0.53 0.98 0.45
Hex E4 4 2 0 62 63 B 1 62 2D
Octal 344 4 2 0 142 143 13 1 142 55
Binary 11100100 100 10 0 1100010 1100011 1011 1 1100010 101101

Color Harmonies of #E40402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40402

Black with #E40402

Text Example


Text Example

White with #E40402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40402; }

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

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

background-color css

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

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

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

border-color css

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

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

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