Html Css Color HEX #D7070D Venetian Red

📋 copy color: '#D7070D'

red 215 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #D7070D

Tints of Venetian Red #D7070D

RGB

 RED value IS 215 (84.38% from 255) = 91.49%

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

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

R = 91.49%
G = 2.98%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7070D (or 0xD7070D) is known color: Venetian Red. HEX triplet: D7, 07 and 0D. RGB value is (215,7,13). Sum of RGB (Red+Green+Blue) = 215+7+13=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D7070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7070D is #28F8F2. Grayscale: #464646. Windows color (decimal): -2685171 or 853975. OLE color: 853975.

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

Color convert

RGB 215 7 13 -
CMYK 0 0.97 0.94 0.16
HSL 358.27º 0.94% 0.44% -
HSV(B) 358.27º 0.97% 0.84% -
XYZ 28.17 14.63 1.72 -
YUV 69.88 95.91 231.51 -
System Red Green Blue C M Y K H S L
Decimal 215 7 13 0 0.97 0.94 0.16 358.27 0.94 0.44
Hex D7 7 D 0 61 5E 10 166 5E 2C
Octal 327 7 15 0 141 136 20 546 136 54
Binary 11010111 111 1101 0 1100001 1011110 10000 101100110 1011110 101100

Color Harmonies of #D7070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7070D

Black with #D7070D

Text Example


Text Example

White with #D7070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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