Html Css Color HEX #E50602 Red

📋 copy color: '#E50602'

red 229 ◦ green 6 ◦ blue 2

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

Shades of Red #E50602

Tints of Red #E50602

RGB

 RED value IS 229 (89.84% from 255) = 96.62%

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

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

R = 96.62%
G = 2.53%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E50602 (or 0xE50602) is known color: Red. HEX triplet: E5, 06 and 02. RGB value is (229,6,2). Sum of RGB (Red+Green+Blue) = 229+6+2=237 (31% of max value = 765). Red value is 229 (89.84% from 255 or 96.62% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 229 - color contains mainly: red. Hex color #E50602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50602 is #1AF9FD. Grayscale: #484848. Windows color (decimal): -1767934 or 132837. OLE color: 132837.

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

Color convert

RGB 229 6 2 -
CMYK 0 0.97 0.99 0.10
HSL 1.06º 0.98% 0.45% -
HSV(B) 1.06º 0.99% 0.9% -
XYZ 32.39 16.79 1.59 -
YUV 72.22 88.38 239.83 -
System Red Green Blue C M Y K H S L
Decimal 229 6 2 0 0.97 0.99 0.10 1.06 0.98 0.45
Hex E5 6 2 0 61 63 A 1 62 2D
Octal 345 6 2 0 141 143 12 1 142 55
Binary 11100101 110 10 0 1100001 1100011 1010 1 1100010 101101

Color Harmonies of #E50602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50602

Black with #E50602

Text Example


Text Example

White with #E50602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50602; }

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

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

background-color css

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

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

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

border-color css

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

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

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