Html Css Color HEX #D1071D Venetian Red

📋 copy color: '#D1071D'

red 209 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #D1071D

Tints of Venetian Red #D1071D

RGB

 RED value IS 209 (82.03% from 255) = 85.31%

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

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

R = 85.31%
G = 2.86%
B = 11.84%

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

#D1071D (or 0xD1071D) is known color: Venetian Red. HEX triplet: D1, 07 and 1D. RGB value is (209,7,29). Sum of RGB (Red+Green+Blue) = 209+7+29=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D1071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1071D is #2EF8E2. Grayscale: #464646. Windows color (decimal): -3078371 or 1902545. OLE color: 1902545.

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

Color convert

RGB 209 7 29 -
CMYK 0 0.97 0.86 0.18
HSL 353.47º 0.94% 0.42% -
HSV(B) 353.47º 0.97% 0.82% -
XYZ 26.59 13.8 2.42 -
YUV 69.91 104.92 227.21 -
System Red Green Blue C M Y K H S L
Decimal 209 7 29 0 0.97 0.86 0.18 353.47 0.94 0.42
Hex D1 7 1D 0 61 56 12 161 5E 2A
Octal 321 7 35 0 141 126 22 541 136 52
Binary 11010001 111 11101 0 1100001 1010110 10010 101100001 1011110 101010

Color Harmonies of #D1071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1071D

Black with #D1071D

Text Example


Text Example

White with #D1071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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