Html Css Color HEX #D9071B Venetian Red

📋 copy color: '#D9071B'

red 217 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #D9071B

Tints of Venetian Red #D9071B

RGB

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

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

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

R = 86.45%
G = 2.79%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9071B (or 0xD9071B) is known color: Venetian Red. HEX triplet: D9, 07 and 1B. RGB value is (217,7,27). Sum of RGB (Red+Green+Blue) = 217+7+27=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D9071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9071B is #26F8E4. Grayscale: #484848. Windows color (decimal): -2554085 or 1771481. OLE color: 1771481.

HSL color Cylindrical-coordinate representation of color #D9071B: hue angle of 354.29º 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 #D9071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 27 -
CMYK 0 0.97 0.88 0.15
HSL 354.29º 0.94% 0.44% -
HSV(B) 354.29º 0.97% 0.85% -
XYZ 28.89 14.98 2.41 -
YUV 72.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 217 7 27 0 0.97 0.88 0.15 354.29 0.94 0.44
Hex D9 7 1B 0 61 58 F 162 5E 2C
Octal 331 7 33 0 141 130 17 542 136 54
Binary 11011001 111 11011 0 1100001 1011000 1111 101100010 1011110 101100

Color Harmonies of #D9071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9071B

Black with #D9071B

Text Example


Text Example

White with #D9071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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