Html Css Color HEX #D9081C Venetian Red

📋 copy color: '#D9081C'

red 217 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #D9081C

Tints of Venetian Red #D9081C

RGB

 RED value IS 217 (85.16% from 255) = 85.77%

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

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

R = 85.77%
G = 3.16%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9081C (or 0xD9081C) is known color: Venetian Red. HEX triplet: D9, 08 and 1C. RGB value is (217,8,28). Sum of RGB (Red+Green+Blue) = 217+8+28=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D9081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9081C is #26F7E3. Grayscale: #484848. Windows color (decimal): -2553828 or 1837273. OLE color: 1837273.

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

Color convert

RGB 217 8 28 -
CMYK 0 0.96 0.87 0.15
HSL 354.26º 0.93% 0.44% -
HSV(B) 354.26º 0.96% 0.85% -
XYZ 28.91 15.01 2.47 -
YUV 72.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 217 8 28 0 0.96 0.87 0.15 354.26 0.93 0.44
Hex D9 8 1C 0 60 57 F 162 5D 2C
Octal 331 10 34 0 140 127 17 542 135 54
Binary 11011001 1000 11100 0 1100000 1010111 1111 101100010 1011101 101100

Color Harmonies of #D9081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9081C

Black with #D9081C

Text Example


Text Example

White with #D9081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9081C; }

 p { color: rgb(217,8,28); }

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

background-color css

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

 a { background-color: rgb(217,8,28); }

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

border-color css

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

 span { border-color: rgb(217,8,28); }

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