Html Css Color HEX #E60113 Venetian Red

📋 copy color: '#E60113'

red 230 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #E60113

Tints of Venetian Red #E60113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 92%
G = 0.4%
B = 7.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60113 (or 0xE60113) is known color: Venetian Red. HEX triplet: E6, 01 and 13. RGB value is (230,1,19). Sum of RGB (Red+Green+Blue) = 230+1+19=250 (33% of max value = 765). Red value is 230 (90.23% from 255 or 92% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 230 - color contains mainly: red. Hex color #E60113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60113 is #19FEEC. Grayscale: #474747. Windows color (decimal): -1703661 or 1245670. OLE color: 1245670.

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

Color convert

RGB 230 1 19 -
CMYK 0 1.00 0.92 0.10
HSL 355.28º 0.99% 0.45% -
HSV(B) 355.28º 1% 0.9% -
XYZ 32.76 16.89 2.15 -
YUV 71.52 98.37 241.04 -
System Red Green Blue C M Y K H S L
Decimal 230 1 19 0 1.00 0.92 0.10 355.28 0.99 0.45
Hex E6 1 13 0 64 5C A 163 63 2D
Octal 346 1 23 0 144 134 12 543 143 55
Binary 11100110 1 10011 0 1100100 1011100 1010 101100011 1100011 101101

Color Harmonies of #E60113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60113

Black with #E60113

Text Example


Text Example

White with #E60113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60113; }

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

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

background-color css

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

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

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

border-color css

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

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

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