Html Css Color HEX #D0071F Venetian Red

📋 copy color: '#D0071F'

red 208 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #D0071F

Tints of Venetian Red #D0071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 84.55%
G = 2.85%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0071F (or 0xD0071F) is known color: Venetian Red. HEX triplet: D0, 07 and 1F. RGB value is (208,7,31). Sum of RGB (Red+Green+Blue) = 208+7+31=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D0071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0071F is #2FF8E0. Grayscale: #454545. Windows color (decimal): -3143905 or 2033616. OLE color: 2033616.

HSL color Cylindrical-coordinate representation of color #D0071F: hue angle of 352.84º 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 #D0071F is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 31 -
CMYK 0 0.97 0.85 0.18
HSL 352.84º 0.93% 0.42% -
HSV(B) 352.84º 0.97% 0.82% -
XYZ 26.34 13.66 2.55 -
YUV 69.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 208 7 31 0 0.97 0.85 0.18 352.84 0.93 0.42
Hex D0 7 1F 0 61 55 12 161 5D 2A
Octal 320 7 37 0 141 125 22 541 135 52
Binary 11010000 111 11111 0 1100001 1010101 10010 101100001 1011101 101010

Color Harmonies of #D0071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0071F

Black with #D0071F

Text Example


Text Example

White with #D0071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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