Html Css Color HEX #E60201 Red

📋 copy color: '#E60201'

red 230 ◦ green 2 ◦ blue 1

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

Shades of Red #E60201

Tints of Red #E60201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 98.71%
G = 0.86%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E60201 (or 0xE60201) is known color: Red. HEX triplet: E6, 02 and 01. RGB value is (230,2,1). Sum of RGB (Red+Green+Blue) = 230+2+1=233 (30% of max value = 765). Red value is 230 (90.23% from 255 or 98.71% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 230 - color contains mainly: red. Hex color #E60201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60201 is #19FDFE. Grayscale: #464646. Windows color (decimal): -1703423 or 66278. OLE color: 66278.

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

Color convert

RGB 230 2 1 -
CMYK 0 0.99 1.00 0.10
HSL 0.26º 0.99% 0.45% -
HSV(B) 0.26º 1% 0.9% -
XYZ 32.66 16.87 1.56 -
YUV 70.06 89.04 242.08 -
System Red Green Blue C M Y K H S L
Decimal 230 2 1 0 0.99 1.00 0.10 0.26 0.99 0.45
Hex E6 2 1 0 63 64 A 0 63 2D
Octal 346 2 1 0 143 144 12 0 143 55
Binary 11100110 10 1 0 1100011 1100100 1010 0 1100011 101101

Color Harmonies of #E60201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60201

Black with #E60201

Text Example


Text Example

White with #E60201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60201; }

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

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

background-color css

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

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

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

border-color css

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

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

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