Html Css Color HEX #D0051D Venetian Red

📋 copy color: '#D0051D'

red 208 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #D0051D

Tints of Venetian Red #D0051D

RGB

 RED value IS 208 (81.64% from 255) = 85.95%

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

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 85.95%
G = 2.07%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0051D (or 0xD0051D) is known color: Venetian Red. HEX triplet: D0, 05 and 1D. RGB value is (208,5,29). Sum of RGB (Red+Green+Blue) = 208+5+29=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D0051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0051D is #2FFAE2. Grayscale: #444444. Windows color (decimal): -3144419 or 1902032. OLE color: 1902032.

HSL color Cylindrical-coordinate representation of color #D0051D: hue angle of 352.91º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0051D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 29 -
CMYK 0 0.98 0.86 0.18
HSL 352.91º 0.95% 0.42% -
HSV(B) 352.91º 0.98% 0.82% -
XYZ 26.29 13.61 2.4 -
YUV 68.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 208 5 29 0 0.98 0.86 0.18 352.91 0.95 0.42
Hex D0 5 1D 0 62 56 12 161 5F 2A
Octal 320 5 35 0 142 126 22 541 137 52
Binary 11010000 101 11101 0 1100010 1010110 10010 101100001 1011111 101010

Color Harmonies of #D0051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0051D

Black with #D0051D

Text Example


Text Example

White with #D0051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0051D; }

 p { color: rgb(208,5,29); }

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

background-color css

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

 a { background-color: rgb(208,5,29); }

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

border-color css

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

 span { border-color: rgb(208,5,29); }

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