Html Css Color HEX #D50719 Venetian Red

📋 copy color: '#D50719'

red 213 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #D50719

Tints of Venetian Red #D50719

RGB

 RED value IS 213 (83.59% from 255) = 86.94%

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

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

R = 86.94%
G = 2.86%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D50719 (or 0xD50719) is known color: Venetian Red. HEX triplet: D5, 07 and 19. RGB value is (213,7,25). Sum of RGB (Red+Green+Blue) = 213+7+25=245 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.94% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 213 - color contains mainly: red. Hex color #D50719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50719 is #2AF8E6. Grayscale: #464646. Windows color (decimal): -2816231 or 1640405. OLE color: 1640405.

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

Color convert

RGB 213 7 25 -
CMYK 0 0.97 0.88 0.16
HSL 354.76º 0.94% 0.43% -
HSV(B) 354.76º 0.97% 0.84% -
XYZ 27.69 14.37 2.23 -
YUV 70.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 213 7 25 0 0.97 0.88 0.16 354.76 0.94 0.43
Hex D5 7 19 0 61 58 10 163 5E 2B
Octal 325 7 31 0 141 130 20 543 136 53
Binary 11010101 111 11001 0 1100001 1011000 10000 101100011 1011110 101011

Color Harmonies of #D50719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50719

Black with #D50719

Text Example


Text Example

White with #D50719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50719; }

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

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

background-color css

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

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

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

border-color css

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

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

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