Html Css Color HEX #D20719 Venetian Red

📋 copy color: '#D20719'

red 210 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #D20719

Tints of Venetian Red #D20719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 86.78%
G = 2.89%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D20719 (or 0xD20719) is known color: Venetian Red. HEX triplet: D2, 07 and 19. RGB value is (210,7,25). Sum of RGB (Red+Green+Blue) = 210+7+25=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D20719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20719 is #2DF8E6. Grayscale: #454545. Windows color (decimal): -3012839 or 1640402. OLE color: 1640402.

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

Color convert

RGB 210 7 25 -
CMYK 0 0.97 0.88 0.18
HSL 354.68º 0.94% 0.43% -
HSV(B) 354.68º 0.97% 0.82% -
XYZ 26.83 13.92 2.19 -
YUV 69.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 210 7 25 0 0.97 0.88 0.18 354.68 0.94 0.43
Hex D2 7 19 0 61 58 12 163 5E 2B
Octal 322 7 31 0 141 130 22 543 136 53
Binary 11010010 111 11001 0 1100001 1011000 10010 101100011 1011110 101011

Color Harmonies of #D20719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20719

Black with #D20719

Text Example


Text Example

White with #D20719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20719; }

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

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

background-color css

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

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

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

border-color css

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

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

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