Html Css Color HEX #D9070D Venetian Red

📋 copy color: '#D9070D'

red 217 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #D9070D

Tints of Venetian Red #D9070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 91.56%
G = 2.95%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9070D (or 0xD9070D) is known color: Venetian Red. HEX triplet: D9, 07 and 0D. RGB value is (217,7,13). Sum of RGB (Red+Green+Blue) = 217+7+13=237 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.56% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 217 - color contains mainly: red. Hex color #D9070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9070D is #26F8F2. Grayscale: #464646. Windows color (decimal): -2554099 or 853977. OLE color: 853977.

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

Color convert

RGB 217 7 13 -
CMYK 0 0.97 0.94 0.15
HSL 358.29º 0.94% 0.44% -
HSV(B) 358.29º 0.97% 0.85% -
XYZ 28.76 14.93 1.75 -
YUV 70.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 217 7 13 0 0.97 0.94 0.15 358.29 0.94 0.44
Hex D9 7 D 0 61 5E F 166 5E 2C
Octal 331 7 15 0 141 136 17 546 136 54
Binary 11011001 111 1101 0 1100001 1011110 1111 101100110 1011110 101100

Color Harmonies of #D9070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9070D

Black with #D9070D

Text Example


Text Example

White with #D9070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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