Html Css Color HEX #E10402 Red

📋 copy color: '#E10402'

red 225 ◦ green 4 ◦ blue 2

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

Shades of Red #E10402

Tints of Red #E10402

RGB

 RED value IS 225 (88.28% from 255) = 97.4%

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

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

R = 97.4%
G = 1.73%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E10402 (or 0xE10402) is known color: Red. HEX triplet: E1, 04 and 02. RGB value is (225,4,2). Sum of RGB (Red+Green+Blue) = 225+4+2=231 (30% of max value = 765). Red value is 225 (88.28% from 255 or 97.40% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 225 - color contains mainly: red. Hex color #E10402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10402 is #1EFBFD. Grayscale: #464646. Windows color (decimal): -2030590 or 132321. OLE color: 132321.

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

Color convert

RGB 225 4 2 -
CMYK 0 0.98 0.99 0.12
HSL 0.54º 0.98% 0.45% -
HSV(B) 0.54º 0.99% 0.88% -
XYZ 31.11 16.1 1.53 -
YUV 69.85 89.72 238.66 -
System Red Green Blue C M Y K H S L
Decimal 225 4 2 0 0.98 0.99 0.12 0.54 0.98 0.45
Hex E1 4 2 0 62 63 C 1 62 2D
Octal 341 4 2 0 142 143 14 1 142 55
Binary 11100001 100 10 0 1100010 1100011 1100 1 1100010 101101

Color Harmonies of #E10402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10402

Black with #E10402

Text Example


Text Example

White with #E10402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10402; }

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

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

background-color css

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

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

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

border-color css

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

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

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