#DD070E

Color #DD070E Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #DD070E

Tints of Venetian Red #DD070E

Color information

#DD070E (or 0xDD070E) is unknown color: approx Venetian Red. HEX triplet: DD, 07 and 0E. RGB value is (221,7,14). Sum of RGB (Red+Green+Blue) = 221+7+14=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD070E is #22F8F1. Grayscale: #474747. Windows color (decimal): -2291954 or 919517. OLE color: 919517.

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

Color convert

RGB221714-
CMYK00.970.940.13
HSL358.04º93.86%44.71%-
HSV(B)358.04º96.83%86.67%-
XYZ29.9715.561.84-
YUV71.7895.4234.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 91.32%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 14 (5.86% from 255) = 5.79%
R=91.32%
G=2.89%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22171400.970.940.13358.0493.8644.71
HexDD7E0615ED1665e2d
Octal33571601411361554613655
Binary11011101111111001100001101111011011011001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD070E; }

 p { color: rgb(221,7,14); }

 H1.HeaderClassName
 {
   color: #DD070E;
 }
 .AnyTagClassName
 {
   color: #DD070E;
 }
</style>
background-color css

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

 a { background-color: rgb(221,7,14); }

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

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

 span { border-color: rgb(221,7,14); }

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