Html Css Color HEX #E60413 Venetian Red

📋 copy color: '#E60413'

red 230 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #E60413

Tints of Venetian Red #E60413

RGB

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

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

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

R = 90.91%
G = 1.58%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60413 (or 0xE60413) is known color: Venetian Red. HEX triplet: E6, 04 and 13. RGB value is (230,4,19). Sum of RGB (Red+Green+Blue) = 230+4+19=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60413 is #19FBEC. Grayscale: #494949. Windows color (decimal): -1702893 or 1246438. OLE color: 1246438.

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

Color convert

RGB 230 4 19 -
CMYK 0 0.98 0.92 0.10
HSL 356.02º 0.97% 0.46% -
HSV(B) 356.02º 0.98% 0.9% -
XYZ 32.79 16.96 2.16 -
YUV 73.28 97.37 239.78 -
System Red Green Blue C M Y K H S L
Decimal 230 4 19 0 0.98 0.92 0.10 356.02 0.97 0.46
Hex E6 4 13 0 62 5C A 164 61 2E
Octal 346 4 23 0 142 134 12 544 141 56
Binary 11100110 100 10011 0 1100010 1011100 1010 101100100 1100001 101110

Color Harmonies of #E60413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60413

Black with #E60413

Text Example


Text Example

White with #E60413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60413; }

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

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

background-color css

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

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

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

border-color css

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

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

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