#DD000A

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

Shades of Venetian Red #DD000A

Tints of Venetian Red #DD000A

Color information

#DD000A (or 0xDD000A) is unknown color: approx Venetian Red. HEX triplet: DD, 00 and 0A. RGB value is (221,0,10). Sum of RGB (Red+Green+Blue) = 221+0+10=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD000A is #22FFF5. Grayscale: #434343. Windows color (decimal): -2293750 or 655581. OLE color: 655581.

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

Color convert

RGB221010-
CMYK010.950.13
HSL357.29º100%43.33%-
HSV(B)357.29º100%86.67%-
XYZ29.8715.391.68-
YUV67.2295.72237.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 95.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=95.67%
G=0%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221010010.950.13357.2910043.33
HexDD0A0645FD165642b
Octal33501201441371554514453
Binary110111010101001100100101111111011011001011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD000A; }

 p { color: rgb(221,0,10); }

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

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

 a { background-color: rgb(221,0,10); }

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

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

 span { border-color: rgb(221,0,10); }

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