Html Css Color HEX #E60313 Venetian Red

📋 copy color: '#E60313'

red 230 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #E60313

Tints of Venetian Red #E60313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 91.27%
G = 1.19%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60313 (or 0xE60313) is known color: Venetian Red. HEX triplet: E6, 03 and 13. RGB value is (230,3,19). Sum of RGB (Red+Green+Blue) = 230+3+19=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E60313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60313 is #19FCEC. Grayscale: #484848. Windows color (decimal): -1703149 or 1246182. OLE color: 1246182.

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

Color convert

RGB 230 3 19 -
CMYK 0 0.99 0.92 0.10
HSL 355.77º 0.97% 0.46% -
HSV(B) 355.77º 0.99% 0.9% -
XYZ 32.78 16.94 2.16 -
YUV 72.7 97.71 240.2 -
System Red Green Blue C M Y K H S L
Decimal 230 3 19 0 0.99 0.92 0.10 355.77 0.97 0.46
Hex E6 3 13 0 63 5C A 164 61 2E
Octal 346 3 23 0 143 134 12 544 141 56
Binary 11100110 11 10011 0 1100011 1011100 1010 101100100 1100001 101110

Color Harmonies of #E60313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60313

Black with #E60313

Text Example


Text Example

White with #E60313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60313; }

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

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

background-color css

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

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

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

border-color css

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

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

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