Html Css Color HEX #D1071C Venetian Red

📋 copy color: '#D1071C'

red 209 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #D1071C

Tints of Venetian Red #D1071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 85.66%
G = 2.87%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1071C (or 0xD1071C) is known color: Venetian Red. HEX triplet: D1, 07 and 1C. RGB value is (209,7,28). Sum of RGB (Red+Green+Blue) = 209+7+28=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D1071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1071C is #2EF8E3. Grayscale: #454545. Windows color (decimal): -3078372 or 1837009. OLE color: 1837009.

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

Color convert

RGB 209 7 28 -
CMYK 0 0.97 0.87 0.18
HSL 353.76º 0.94% 0.42% -
HSV(B) 353.76º 0.97% 0.82% -
XYZ 26.58 13.79 2.36 -
YUV 69.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 209 7 28 0 0.97 0.87 0.18 353.76 0.94 0.42
Hex D1 7 1C 0 61 57 12 162 5E 2A
Octal 321 7 34 0 141 127 22 542 136 52
Binary 11010001 111 11100 0 1100001 1010111 10010 101100010 1011110 101010

Color Harmonies of #D1071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1071C

Black with #D1071C

Text Example


Text Example

White with #D1071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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