Html Css Color HEX #D70519 Venetian Red

📋 copy color: '#D70519'

red 215 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #D70519

Tints of Venetian Red #D70519

RGB

 RED value IS 215 (84.38% from 255) = 87.76%

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 87.76%
G = 2.04%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D70519 (or 0xD70519) is known color: Venetian Red. HEX triplet: D7, 05 and 19. RGB value is (215,5,25). Sum of RGB (Red+Green+Blue) = 215+5+25=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D70519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70519 is #28FAE6. Grayscale: #464646. Windows color (decimal): -2685671 or 1639895. OLE color: 1639895.

HSL color Cylindrical-coordinate representation of color #D70519: hue angle of 354.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70519 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 25 -
CMYK 0 0.98 0.88 0.16
HSL 354.29º 0.95% 0.43% -
HSV(B) 354.29º 0.98% 0.84% -
XYZ 28.25 14.63 2.25 -
YUV 70.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 215 5 25 0 0.98 0.88 0.16 354.29 0.95 0.43
Hex D7 5 19 0 62 58 10 162 5F 2B
Octal 327 5 31 0 142 130 20 542 137 53
Binary 11010111 101 11001 0 1100010 1011000 10000 101100010 1011111 101011

Color Harmonies of #D70519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70519

Black with #D70519

Text Example


Text Example

White with #D70519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70519; }

 p { color: rgb(215,5,25); }

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

background-color css

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

 a { background-color: rgb(215,5,25); }

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

border-color css

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

 span { border-color: rgb(215,5,25); }

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