Html Css Color HEX #D1011D Venetian Red

📋 copy color: '#D1011D'

red 209 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #D1011D

Tints of Venetian Red #D1011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 87.45%
G = 0.42%
B = 12.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1011D (or 0xD1011D) is known color: Venetian Red. HEX triplet: D1, 01 and 1D. RGB value is (209,1,29). Sum of RGB (Red+Green+Blue) = 209+1+29=239 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.45% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 209 - color contains mainly: red. Hex color #D1011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1011D is #2EFEE2. Grayscale: #424242. Windows color (decimal): -3079907 or 1901009. OLE color: 1901009.

HSL color Cylindrical-coordinate representation of color #D1011D: hue angle of 351.92º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 29 -
CMYK 0 1.00 0.86 0.18
HSL 351.92º 0.99% 0.41% -
HSV(B) 351.92º 1% 0.82% -
XYZ 26.53 13.67 2.4 -
YUV 66.38 106.91 229.72 -
System Red Green Blue C M Y K H S L
Decimal 209 1 29 0 1.00 0.86 0.18 351.92 0.99 0.41
Hex D1 1 1D 0 64 56 12 160 63 29
Octal 321 1 35 0 144 126 22 540 143 51
Binary 11010001 1 11101 0 1100100 1010110 10010 101100000 1100011 101001

Color Harmonies of #D1011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1011D

Black with #D1011D

Text Example


Text Example

White with #D1011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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