Html Css Color HEX #E60402 Red

📋 copy color: '#E60402'

red 230 ◦ green 4 ◦ blue 2

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

Shades of Red #E60402

Tints of Red #E60402

RGB

 RED value IS 230 (90.23% from 255) = 97.46%

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

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

R = 97.46%
G = 1.69%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E60402 (or 0xE60402) is known color: Red. HEX triplet: E6, 04 and 02. RGB value is (230,4,2). Sum of RGB (Red+Green+Blue) = 230+4+2=236 (31% of max value = 765). Red value is 230 (90.23% from 255 or 97.46% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 230 - color contains mainly: red. Hex color #E60402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60402 is #19FBFD. Grayscale: #474747. Windows color (decimal): -1702910 or 132326. OLE color: 132326.

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

Color convert

RGB 230 4 2 -
CMYK 0 0.98 0.99 0.10
HSL 0.53º 0.98% 0.45% -
HSV(B) 0.53º 0.99% 0.9% -
XYZ 32.69 16.91 1.6 -
YUV 71.35 88.87 241.16 -
System Red Green Blue C M Y K H S L
Decimal 230 4 2 0 0.98 0.99 0.10 0.53 0.98 0.45
Hex E6 4 2 0 62 63 A 1 62 2D
Octal 346 4 2 0 142 143 12 1 142 55
Binary 11100110 100 10 0 1100010 1100011 1010 1 1100010 101101

Color Harmonies of #E60402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60402

Black with #E60402

Text Example


Text Example

White with #E60402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60402; }

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

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

background-color css

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

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

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

border-color css

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

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

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