Html Css Color HEX #D1031D Venetian Red

📋 copy color: '#D1031D'

red 209 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #D1031D

Tints of Venetian Red #D1031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 86.72%
G = 1.24%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1031D (or 0xD1031D) is known color: Venetian Red. HEX triplet: D1, 03 and 1D. RGB value is (209,3,29). Sum of RGB (Red+Green+Blue) = 209+3+29=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1031D is #2EFCE2. Grayscale: #434343. Windows color (decimal): -3079395 or 1901521. OLE color: 1901521.

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

Color convert

RGB 209 3 29 -
CMYK 0 0.99 0.86 0.18
HSL 352.43º 0.97% 0.42% -
HSV(B) 352.43º 0.99% 0.82% -
XYZ 26.55 13.71 2.41 -
YUV 67.56 106.25 228.89 -
System Red Green Blue C M Y K H S L
Decimal 209 3 29 0 0.99 0.86 0.18 352.43 0.97 0.42
Hex D1 3 1D 0 63 56 12 160 61 2A
Octal 321 3 35 0 143 126 22 540 141 52
Binary 11010001 11 11101 0 1100011 1010110 10010 101100000 1100001 101010

Color Harmonies of #D1031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1031D

Black with #D1031D

Text Example


Text Example

White with #D1031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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