Html Css Color HEX #DD0106 Venetian Red

📋 copy color: '#DD0106'

red 221 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #DD0106

Tints of Venetian Red #DD0106

RGB

 RED value IS 221 (86.72% from 255) = 96.93%

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 96.93%
G = 0.44%
B = 2.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD0106 (or 0xDD0106) is known color: Venetian Red. HEX triplet: DD, 01 and 06. RGB value is (221,1,6). Sum of RGB (Red+Green+Blue) = 221+1+6=228 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.93% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0106 is #22FEF9. Grayscale: #434343. Windows color (decimal): -2293498 or 393693. OLE color: 393693.

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

Color convert

RGB 221 1 6 -
CMYK 0 1.00 0.97 0.13
HSL 358.64º 0.99% 0.44% -
HSV(B) 358.64º 1% 0.87% -
XYZ 29.86 15.41 1.57 -
YUV 67.35 93.39 237.59 -
System Red Green Blue C M Y K H S L
Decimal 221 1 6 0 1.00 0.97 0.13 358.64 0.99 0.44
Hex DD 1 6 0 64 61 D 167 63 2C
Octal 335 1 6 0 144 141 15 547 143 54
Binary 11011101 1 110 0 1100100 1100001 1101 101100111 1100011 101100

Color Harmonies of #DD0106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0106

Black with #DD0106

Text Example


Text Example

White with #DD0106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0106; }

 p { color: rgb(221,1,6); }

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

background-color css

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

 a { background-color: rgb(221,1,6); }

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

border-color css

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

 span { border-color: rgb(221,1,6); }

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