Html Css Color HEX #D20519 Venetian Red

📋 copy color: '#D20519'

red 210 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #D20519

Tints of Venetian Red #D20519

RGB

 RED value IS 210 (82.42% from 255) = 87.5%

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

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

R = 87.5%
G = 2.08%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D20519 (or 0xD20519) is known color: Venetian Red. HEX triplet: D2, 05 and 19. RGB value is (210,5,25). Sum of RGB (Red+Green+Blue) = 210+5+25=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D20519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20519 is #2DFAE6. Grayscale: #444444. Windows color (decimal): -3013351 or 1639890. OLE color: 1639890.

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

Color convert

RGB 210 5 25 -
CMYK 0 0.98 0.88 0.18
HSL 354.15º 0.95% 0.42% -
HSV(B) 354.15º 0.98% 0.82% -
XYZ 26.81 13.88 2.19 -
YUV 68.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 210 5 25 0 0.98 0.88 0.18 354.15 0.95 0.42
Hex D2 5 19 0 62 58 12 162 5F 2A
Octal 322 5 31 0 142 130 22 542 137 52
Binary 11010010 101 11001 0 1100010 1011000 10010 101100010 1011111 101010

Color Harmonies of #D20519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20519

Black with #D20519

Text Example


Text Example

White with #D20519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20519; }

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

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

background-color css

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

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

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

border-color css

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

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

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