Html Css Color HEX #DD0608 Venetian Red

📋 copy color: '#DD0608'

red 221 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #DD0608

Tints of Venetian Red #DD0608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 94.04%
G = 2.55%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0608 (or 0xDD0608) is known color: Venetian Red. HEX triplet: DD, 06 and 08. RGB value is (221,6,8). Sum of RGB (Red+Green+Blue) = 221+6+8=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0608 is #22F9F7. Grayscale: #464646. Windows color (decimal): -2292216 or 526045. OLE color: 526045.

HSL color Cylindrical-coordinate representation of color #DD0608: hue angle of 359.44º degrees, saturation: 0.95, 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 #DD0608 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 8 -
CMYK 0 0.97 0.96 0.13
HSL 359.44º 0.95% 0.45% -
HSV(B) 359.44º 0.97% 0.87% -
XYZ 29.93 15.52 1.65 -
YUV 70.51 92.73 235.34 -
System Red Green Blue C M Y K H S L
Decimal 221 6 8 0 0.97 0.96 0.13 359.44 0.95 0.45
Hex DD 6 8 0 61 60 D 167 5F 2D
Octal 335 6 10 0 141 140 15 547 137 55
Binary 11011101 110 1000 0 1100001 1100000 1101 101100111 1011111 101101

Color Harmonies of #DD0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0608

Black with #DD0608

Text Example


Text Example

White with #DD0608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0608; }

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

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

background-color css

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

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

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

border-color css

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

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

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