Html Css Color HEX #E40702 Red

📋 copy color: '#E40702'

red 228 ◦ green 7 ◦ blue 2

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

Shades of Red #E40702

Tints of Red #E40702

RGB

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

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

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

R = 96.2%
G = 2.95%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E40702 (or 0xE40702) is known color: Red. HEX triplet: E4, 07 and 02. RGB value is (228,7,2). Sum of RGB (Red+Green+Blue) = 228+7+2=237 (31% of max value = 765). Red value is 228 (89.45% from 255 or 96.20% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 228 - color contains mainly: red. Hex color #E40702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40702 is #1BF8FD. Grayscale: #484848. Windows color (decimal): -1833214 or 133092. OLE color: 133092.

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

Color convert

RGB 228 7 2 -
CMYK 0 0.97 0.99 0.11
HSL 1.33º 0.98% 0.45% -
HSV(B) 1.33º 0.99% 0.89% -
XYZ 32.08 16.65 1.58 -
YUV 72.51 88.22 238.91 -
System Red Green Blue C M Y K H S L
Decimal 228 7 2 0 0.97 0.99 0.11 1.33 0.98 0.45
Hex E4 7 2 0 61 63 B 1 62 2D
Octal 344 7 2 0 141 143 13 1 142 55
Binary 11100100 111 10 0 1100001 1100011 1011 1 1100010 101101

Color Harmonies of #E40702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40702

Black with #E40702

Text Example


Text Example

White with #E40702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40702; }

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

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

background-color css

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

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

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

border-color css

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

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

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