Html Css Color HEX #D50916 Venetian Red

📋 copy color: '#D50916'

red 213 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #D50916

Tints of Venetian Red #D50916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 87.3%
G = 3.69%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D50916 (or 0xD50916) is known color: Venetian Red. HEX triplet: D5, 09 and 16. RGB value is (213,9,22). Sum of RGB (Red+Green+Blue) = 213+9+22=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D50916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50916 is #2AF6E9. Grayscale: #474747. Windows color (decimal): -2815722 or 1444309. OLE color: 1444309.

HSL color Cylindrical-coordinate representation of color #D50916: hue angle of 356.18º 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 #D50916 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 22 -
CMYK 0 0.96 0.90 0.16
HSL 356.18º 0.92% 0.44% -
HSV(B) 356.18º 0.96% 0.84% -
XYZ 27.68 14.4 2.08 -
YUV 71.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 213 9 22 0 0.96 0.90 0.16 356.18 0.92 0.44
Hex D5 9 16 0 60 5A 10 164 5C 2C
Octal 325 11 26 0 140 132 20 544 134 54
Binary 11010101 1001 10110 0 1100000 1011010 10000 101100100 1011100 101100

Color Harmonies of #D50916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50916

Black with #D50916

Text Example


Text Example

White with #D50916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50916; }

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

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

background-color css

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

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

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

border-color css

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

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

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