Html Css Color HEX #D50506 Venetian Red

📋 copy color: '#D50506'

red 213 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #D50506

Tints of Venetian Red #D50506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 95.09%
G = 2.23%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50506 (or 0xD50506) is known color: Venetian Red. HEX triplet: D5, 05 and 06. RGB value is (213,5,6). Sum of RGB (Red+Green+Blue) = 213+5+6=224 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.09% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 213 - color contains mainly: red. Hex color #D50506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50506 is #2AFAF9. Grayscale: #434343. Windows color (decimal): -2816762 or 394709. OLE color: 394709.

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

Color convert

RGB 213 5 6 -
CMYK 0 0.98 0.97 0.16
HSL 359.71º 0.95% 0.43% -
HSV(B) 359.71º 0.98% 0.84% -
XYZ 27.53 14.27 1.48 -
YUV 67.31 93.41 231.92 -
System Red Green Blue C M Y K H S L
Decimal 213 5 6 0 0.98 0.97 0.16 359.71 0.95 0.43
Hex D5 5 6 0 62 61 10 168 5F 2B
Octal 325 5 6 0 142 141 20 550 137 53
Binary 11010101 101 110 0 1100010 1100001 10000 101101000 1011111 101011

Color Harmonies of #D50506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50506

Black with #D50506

Text Example


Text Example

White with #D50506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50506; }

 p { color: rgb(213,5,6); }

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

background-color css

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

 a { background-color: rgb(213,5,6); }

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

border-color css

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

 span { border-color: rgb(213,5,6); }

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