Html Css Color HEX #D50816 Venetian Red

📋 copy color: '#D50816'

red 213 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #D50816

Tints of Venetian Red #D50816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 87.65%
G = 3.29%
B = 9.05%

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

#D50816 (or 0xD50816) is known color: Venetian Red. HEX triplet: D5, 08 and 16. RGB value is (213,8,22). Sum of RGB (Red+Green+Blue) = 213+8+22=243 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.65% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 213 - color contains mainly: red. Hex color #D50816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50816 is #2AF7E9. Grayscale: #474747. Windows color (decimal): -2815978 or 1444053. OLE color: 1444053.

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

Color convert

RGB 213 8 22 -
CMYK 0 0.96 0.90 0.16
HSL 355.9º 0.93% 0.43% -
HSV(B) 355.9º 0.96% 0.84% -
XYZ 27.67 14.38 2.08 -
YUV 70.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 213 8 22 0 0.96 0.90 0.16 355.9 0.93 0.43
Hex D5 8 16 0 60 5A 10 164 5D 2B
Octal 325 10 26 0 140 132 20 544 135 53
Binary 11010101 1000 10110 0 1100000 1011010 10000 101100100 1011101 101011

Color Harmonies of #D50816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50816

Black with #D50816

Text Example


Text Example

White with #D50816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50816; }

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

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

background-color css

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

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

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

border-color css

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

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

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