Html Css Color HEX #DD0206 Venetian Red

📋 copy color: '#DD0206'

red 221 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #DD0206

Tints of Venetian Red #DD0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 96.51%
G = 0.87%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD0206 (or 0xDD0206) is known color: Venetian Red. HEX triplet: DD, 02 and 06. RGB value is (221,2,6). Sum of RGB (Red+Green+Blue) = 221+2+6=229 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.51% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0206 is #22FDF9. Grayscale: #444444. Windows color (decimal): -2293242 or 393949. OLE color: 393949.

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

Color convert

RGB 221 2 6 -
CMYK 0 0.99 0.97 0.13
HSL 358.9º 0.98% 0.44% -
HSV(B) 358.9º 0.99% 0.87% -
XYZ 29.87 15.43 1.58 -
YUV 67.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 221 2 6 0 0.99 0.97 0.13 358.9 0.98 0.44
Hex DD 2 6 0 63 61 D 167 62 2C
Octal 335 2 6 0 143 141 15 547 142 54
Binary 11011101 10 110 0 1100011 1100001 1101 101100111 1100010 101100

Color Harmonies of #DD0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0206

Black with #DD0206

Text Example


Text Example

White with #DD0206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0206; }

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

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

background-color css

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

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

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

border-color css

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

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

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