Html Css Color HEX #D1091B Venetian Red

📋 copy color: '#D1091B'

red 209 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #D1091B

Tints of Venetian Red #D1091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 85.31%
G = 3.67%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1091B (or 0xD1091B) is known color: Venetian Red. HEX triplet: D1, 09 and 1B. RGB value is (209,9,27). Sum of RGB (Red+Green+Blue) = 209+9+27=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D1091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1091B is #2EF6E4. Grayscale: #464646. Windows color (decimal): -3077861 or 1771985. OLE color: 1771985.

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

Color convert

RGB 209 9 27 -
CMYK 0 0.96 0.87 0.18
HSL 354.6º 0.92% 0.43% -
HSV(B) 354.6º 0.96% 0.82% -
XYZ 26.59 13.83 2.3 -
YUV 70.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 209 9 27 0 0.96 0.87 0.18 354.6 0.92 0.43
Hex D1 9 1B 0 60 57 12 163 5C 2B
Octal 321 11 33 0 140 127 22 543 134 53
Binary 11010001 1001 11011 0 1100000 1010111 10010 101100011 1011100 101011

Color Harmonies of #D1091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1091B

Black with #D1091B

Text Example


Text Example

White with #D1091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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