Html Css Color HEX #D1091C Venetian Red

📋 copy color: '#D1091C'

red 209 ◦ green 9 ◦ blue 28

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

Shades of Venetian Red #D1091C

Tints of Venetian Red #D1091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 84.96%
G = 3.66%
B = 11.38%

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

#D1091C (or 0xD1091C) is known color: Venetian Red. HEX triplet: D1, 09 and 1C. RGB value is (209,9,28). Sum of RGB (Red+Green+Blue) = 209+9+28=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D1091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1091C is #2EF6E3. Grayscale: #474747. Windows color (decimal): -3077860 or 1837521. OLE color: 1837521.

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

Color convert

RGB 209 9 28 -
CMYK 0 0.96 0.87 0.18
HSL 354.3º 0.92% 0.43% -
HSV(B) 354.3º 0.96% 0.82% -
XYZ 26.6 13.83 2.37 -
YUV 70.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 209 9 28 0 0.96 0.87 0.18 354.3 0.92 0.43
Hex D1 9 1C 0 60 57 12 162 5C 2B
Octal 321 11 34 0 140 127 22 542 134 53
Binary 11010001 1001 11100 0 1100000 1010111 10010 101100010 1011100 101011

Color Harmonies of #D1091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1091C

Black with #D1091C

Text Example


Text Example

White with #D1091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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