Html Css Color HEX #D1031B Venetian Red

📋 copy color: '#D1031B'

red 209 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #D1031B

Tints of Venetian Red #D1031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 87.45%
G = 1.26%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1031B (or 0xD1031B) is known color: Venetian Red. HEX triplet: D1, 03 and 1B. RGB value is (209,3,27). Sum of RGB (Red+Green+Blue) = 209+3+27=239 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.45% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 209 - color contains mainly: red. Hex color #D1031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1031B is #2EFCE4. Grayscale: #434343. Windows color (decimal): -3079397 or 1770449. OLE color: 1770449.

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

Color convert

RGB 209 3 27 -
CMYK 0 0.99 0.87 0.18
HSL 353.01º 0.97% 0.42% -
HSV(B) 353.01º 0.99% 0.82% -
XYZ 26.52 13.7 2.28 -
YUV 67.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 209 3 27 0 0.99 0.87 0.18 353.01 0.97 0.42
Hex D1 3 1B 0 63 57 12 161 61 2A
Octal 321 3 33 0 143 127 22 541 141 52
Binary 11010001 11 11011 0 1100011 1010111 10010 101100001 1100001 101010

Color Harmonies of #D1031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1031B

Black with #D1031B

Text Example


Text Example

White with #D1031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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