Html Css Color HEX #E60319 Venetian Red

📋 copy color: '#E60319'

red 230 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #E60319

Tints of Venetian Red #E60319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 89.15%
G = 1.16%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E60319 (or 0xE60319) is known color: Venetian Red. HEX triplet: E6, 03 and 19. RGB value is (230,3,25). Sum of RGB (Red+Green+Blue) = 230+3+25=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E60319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60319 is #19FCE6. Grayscale: #494949. Windows color (decimal): -1703143 or 1639398. OLE color: 1639398.

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

Color convert

RGB 230 3 25 -
CMYK 0 0.99 0.89 0.10
HSL 354.19º 0.97% 0.46% -
HSV(B) 354.19º 0.99% 0.9% -
XYZ 32.84 16.96 2.46 -
YUV 73.38 100.71 239.71 -
System Red Green Blue C M Y K H S L
Decimal 230 3 25 0 0.99 0.89 0.10 354.19 0.97 0.46
Hex E6 3 19 0 63 59 A 162 61 2E
Octal 346 3 31 0 143 131 12 542 141 56
Binary 11100110 11 11001 0 1100011 1011001 1010 101100010 1100001 101110

Color Harmonies of #E60319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60319

Black with #E60319

Text Example


Text Example

White with #E60319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60319; }

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

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

background-color css

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

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

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

border-color css

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

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

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