Html Css Color HEX #E10602 Red

📋 copy color: '#E10602'

red 225 ◦ green 6 ◦ blue 2

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

Shades of Red #E10602

Tints of Red #E10602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

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

R = 96.57%
G = 2.58%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E10602 (or 0xE10602) is known color: Red. HEX triplet: E1, 06 and 02. RGB value is (225,6,2). Sum of RGB (Red+Green+Blue) = 225+6+2=233 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.57% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 225 - color contains mainly: red. Hex color #E10602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10602 is #1EF9FD. Grayscale: #474747. Windows color (decimal): -2030078 or 132833. OLE color: 132833.

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

Color convert

RGB 225 6 2 -
CMYK 0 0.97 0.99 0.12
HSL 1.08º 0.98% 0.45% -
HSV(B) 1.08º 0.99% 0.88% -
XYZ 31.13 16.14 1.53 -
YUV 71.03 89.05 237.83 -
System Red Green Blue C M Y K H S L
Decimal 225 6 2 0 0.97 0.99 0.12 1.08 0.98 0.45
Hex E1 6 2 0 61 63 C 1 62 2D
Octal 341 6 2 0 141 143 14 1 142 55
Binary 11100001 110 10 0 1100001 1100011 1100 1 1100010 101101

Color Harmonies of #E10602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10602

Black with #E10602

Text Example


Text Example

White with #E10602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10602; }

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

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

background-color css

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

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

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

border-color css

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

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

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