Html Css Color HEX #D9071C Venetian Red

📋 copy color: '#D9071C'

red 217 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #D9071C

Tints of Venetian Red #D9071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 86.11%
G = 2.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9071C (or 0xD9071C) is known color: Venetian Red. HEX triplet: D9, 07 and 1C. RGB value is (217,7,28). Sum of RGB (Red+Green+Blue) = 217+7+28=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D9071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9071C is #26F8E3. Grayscale: #484848. Windows color (decimal): -2554084 or 1837017. OLE color: 1837017.

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

Color convert

RGB 217 7 28 -
CMYK 0 0.97 0.87 0.15
HSL 354º 0.94% 0.44% -
HSV(B) 354º 0.97% 0.85% -
XYZ 28.9 14.99 2.47 -
YUV 72.18 103.07 231.29 -
System Red Green Blue C M Y K H S L
Decimal 217 7 28 0 0.97 0.87 0.15 354 0.94 0.44
Hex D9 7 1C 0 61 57 F 162 5E 2C
Octal 331 7 34 0 141 127 17 542 136 54
Binary 11011001 111 11100 0 1100001 1010111 1111 101100010 1011110 101100

Color Harmonies of #D9071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9071C

Black with #D9071C

Text Example


Text Example

White with #D9071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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