Html Css Color HEX #D9070C Venetian Red

📋 copy color: '#D9070C'

red 217 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #D9070C

Tints of Venetian Red #D9070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 91.95%
G = 2.97%
B = 5.08%

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

#D9070C (or 0xD9070C) is known color: Venetian Red. HEX triplet: D9, 07 and 0C. RGB value is (217,7,12). Sum of RGB (Red+Green+Blue) = 217+7+12=236 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.95% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 217 - color contains mainly: red. Hex color #D9070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9070C is #26F8F3. Grayscale: #464646. Windows color (decimal): -2554100 or 788441. OLE color: 788441.

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

Color convert

RGB 217 7 12 -
CMYK 0 0.97 0.94 0.15
HSL 358.57º 0.94% 0.44% -
HSV(B) 358.57º 0.97% 0.85% -
XYZ 28.76 14.93 1.71 -
YUV 70.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 217 7 12 0 0.97 0.94 0.15 358.57 0.94 0.44
Hex D9 7 C 0 61 5E F 167 5E 2C
Octal 331 7 14 0 141 136 17 547 136 54
Binary 11011001 111 1100 0 1100001 1011110 1111 101100111 1011110 101100

Color Harmonies of #D9070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9070C

Black with #D9070C

Text Example


Text Example

White with #D9070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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