Html Css Color HEX #D1070F Venetian Red

📋 copy color: '#D1070F'

red 209 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #D1070F

Tints of Venetian Red #D1070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 90.48%
G = 3.03%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1070F (or 0xD1070F) is known color: Venetian Red. HEX triplet: D1, 07 and 0F. RGB value is (209,7,15). Sum of RGB (Red+Green+Blue) = 209+7+15=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D1070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1070F is #2EF8F0. Grayscale: #444444. Windows color (decimal): -3078385 or 985041. OLE color: 985041.

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

Color convert

RGB 209 7 15 -
CMYK 0 0.97 0.93 0.18
HSL 357.62º 0.94% 0.42% -
HSV(B) 357.62º 0.97% 0.82% -
XYZ 26.46 13.74 1.71 -
YUV 68.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 209 7 15 0 0.97 0.93 0.18 357.62 0.94 0.42
Hex D1 7 F 0 61 5D 12 166 5E 2A
Octal 321 7 17 0 141 135 22 546 136 52
Binary 11010001 111 1111 0 1100001 1011101 10010 101100110 1011110 101010

Color Harmonies of #D1070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1070F

Black with #D1070F

Text Example


Text Example

White with #D1070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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