Html Css Color HEX #E60102 Venetian Red

📋 copy color: '#E60102'

red 230 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #E60102

Tints of Venetian Red #E60102

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

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

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

Color convert

RGB 230 1 2 -
CMYK 0 1.00 0.99 0.10
HSL 359.74º 0.99% 0.45% -
HSV(B) 359.74º 1% 0.9% -
XYZ 32.65 16.85 1.59 -
YUV 69.59 89.87 242.42 -
System Red Green Blue C M Y K H S L
Decimal 230 1 2 0 1.00 0.99 0.10 359.74 0.99 0.45
Hex E6 1 2 0 64 63 A 168 63 2D
Octal 346 1 2 0 144 143 12 550 143 55
Binary 11100110 1 10 0 1100100 1100011 1010 101101000 1100011 101101

Color Harmonies of #E60102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60102

Black with #E60102

Text Example


Text Example

White with #E60102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60102; }

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

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

background-color css

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

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

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

border-color css

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

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

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