Html Css Color HEX #D1070D Venetian Red

📋 copy color: '#D1070D'

red 209 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #D1070D

Tints of Venetian Red #D1070D

RGB

 RED value IS 209 (82.03% from 255) = 91.27%

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

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

R = 91.27%
G = 3.06%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1070D (or 0xD1070D) is known color: Venetian Red. HEX triplet: D1, 07 and 0D. RGB value is (209,7,13). Sum of RGB (Red+Green+Blue) = 209+7+13=229 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.27% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 209 - color contains mainly: red. Hex color #D1070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1070D is #2EF8F2. Grayscale: #444444. Windows color (decimal): -3078387 or 853969. OLE color: 853969.

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

Color convert

RGB 209 7 13 -
CMYK 0 0.97 0.94 0.18
HSL 358.22º 0.94% 0.42% -
HSV(B) 358.22º 0.97% 0.82% -
XYZ 26.44 13.74 1.64 -
YUV 68.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 209 7 13 0 0.97 0.94 0.18 358.22 0.94 0.42
Hex D1 7 D 0 61 5E 12 166 5E 2A
Octal 321 7 15 0 141 136 22 546 136 52
Binary 11010001 111 1101 0 1100001 1011110 10010 101100110 1011110 101010

Color Harmonies of #D1070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1070D

Black with #D1070D

Text Example


Text Example

White with #D1070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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