Html Css Color HEX #D1081F Venetian Red

📋 copy color: '#D1081F'

red 209 ◦ green 8 ◦ blue 31

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

Shades of Venetian Red #D1081F

Tints of Venetian Red #D1081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 84.27%
G = 3.23%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1081F (or 0xD1081F) is known color: Venetian Red. HEX triplet: D1, 08 and 1F. RGB value is (209,8,31). Sum of RGB (Red+Green+Blue) = 209+8+31=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D1081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1081F is #2EF7E0. Grayscale: #464646. Windows color (decimal): -3078113 or 2033873. OLE color: 2033873.

HSL color Cylindrical-coordinate representation of color #D1081F: hue angle of 353.13º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1081F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 8 31 -
CMYK 0 0.96 0.85 0.18
HSL 353.13º 0.93% 0.43% -
HSV(B) 353.13º 0.96% 0.82% -
XYZ 26.63 13.83 2.56 -
YUV 70.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 209 8 31 0 0.96 0.85 0.18 353.13 0.93 0.43
Hex D1 8 1F 0 60 55 12 161 5D 2B
Octal 321 10 37 0 140 125 22 541 135 53
Binary 11010001 1000 11111 0 1100000 1010101 10010 101100001 1011101 101011

Color Harmonies of #D1081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1081F

Black with #D1081F

Text Example


Text Example

White with #D1081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1081F; }

 p { color: rgb(209,8,31); }

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

background-color css

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

 a { background-color: rgb(209,8,31); }

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

border-color css

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

 span { border-color: rgb(209,8,31); }

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