Html Css Color HEX #D9070B Venetian Red

📋 copy color: '#D9070B'

red 217 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #D9070B

Tints of Venetian Red #D9070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 92.34%
G = 2.98%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9070B (or 0xD9070B) is known color: Venetian Red. HEX triplet: D9, 07 and 0B. RGB value is (217,7,11). Sum of RGB (Red+Green+Blue) = 217+7+11=235 (31% of max value = 765). Red value is 217 (85.16% from 255 or 92.34% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 217 - color contains mainly: red. Hex color #D9070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9070B is #26F8F4. Grayscale: #464646. Windows color (decimal): -2554101 or 722905. OLE color: 722905.

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

Color convert

RGB 217 7 11 -
CMYK 0 0.97 0.95 0.15
HSL 358.86º 0.94% 0.44% -
HSV(B) 358.86º 0.97% 0.85% -
XYZ 28.75 14.93 1.68 -
YUV 70.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 217 7 11 0 0.97 0.95 0.15 358.86 0.94 0.44
Hex D9 7 B 0 61 5F F 167 5E 2C
Octal 331 7 13 0 141 137 17 547 136 54
Binary 11011001 111 1011 0 1100001 1011111 1111 101100111 1011110 101100

Color Harmonies of #D9070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9070B

Black with #D9070B

Text Example


Text Example

White with #D9070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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