Html Css Color HEX #D50919 Venetian Red

📋 copy color: '#D50919'

red 213 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #D50919

Tints of Venetian Red #D50919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 86.23%
G = 3.64%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D50919 (or 0xD50919) is known color: Venetian Red. HEX triplet: D5, 09 and 19. RGB value is (213,9,25). Sum of RGB (Red+Green+Blue) = 213+9+25=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D50919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50919 is #2AF6E6. Grayscale: #474747. Windows color (decimal): -2815719 or 1640917. OLE color: 1640917.

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

Color convert

RGB 213 9 25 -
CMYK 0 0.96 0.88 0.16
HSL 355.29º 0.92% 0.44% -
HSV(B) 355.29º 0.96% 0.84% -
XYZ 27.71 14.41 2.24 -
YUV 71.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 213 9 25 0 0.96 0.88 0.16 355.29 0.92 0.44
Hex D5 9 19 0 60 58 10 163 5C 2C
Octal 325 11 31 0 140 130 20 543 134 54
Binary 11010101 1001 11001 0 1100000 1011000 10000 101100011 1011100 101100

Color Harmonies of #D50919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50919

Black with #D50919

Text Example


Text Example

White with #D50919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50919; }

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

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

background-color css

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

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

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

border-color css

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

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

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