Html Css Color HEX #D0071D Venetian Red

📋 copy color: '#D0071D'

red 208 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #D0071D

Tints of Venetian Red #D0071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 85.25%
G = 2.87%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0071D (or 0xD0071D) is known color: Venetian Red. HEX triplet: D0, 07 and 1D. RGB value is (208,7,29). Sum of RGB (Red+Green+Blue) = 208+7+29=244 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.25% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 208 - color contains mainly: red. Hex color #D0071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0071D is #2FF8E2. Grayscale: #454545. Windows color (decimal): -3143907 or 1902544. OLE color: 1902544.

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

Color convert

RGB 208 7 29 -
CMYK 0 0.97 0.86 0.18
HSL 353.43º 0.93% 0.42% -
HSV(B) 353.43º 0.97% 0.82% -
XYZ 26.31 13.65 2.41 -
YUV 69.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 208 7 29 0 0.97 0.86 0.18 353.43 0.93 0.42
Hex D0 7 1D 0 61 56 12 161 5D 2A
Octal 320 7 35 0 141 126 22 541 135 52
Binary 11010000 111 11101 0 1100001 1010110 10010 101100001 1011101 101010

Color Harmonies of #D0071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0071D

Black with #D0071D

Text Example


Text Example

White with #D0071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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