Html Css Color HEX #DD0607 Venetian Red

📋 copy color: '#DD0607'

red 221 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #DD0607

Tints of Venetian Red #DD0607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 94.44%
G = 2.56%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD0607 (or 0xDD0607) is known color: Venetian Red. HEX triplet: DD, 06 and 07. RGB value is (221,6,7). Sum of RGB (Red+Green+Blue) = 221+6+7=234 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.44% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0607 is #22F9F8. Grayscale: #464646. Windows color (decimal): -2292217 or 460509. OLE color: 460509.

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

Color convert

RGB 221 6 7 -
CMYK 0 0.97 0.97 0.13
HSL 359.72º 0.95% 0.45% -
HSV(B) 359.72º 0.97% 0.87% -
XYZ 29.92 15.52 1.62 -
YUV 70.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 221 6 7 0 0.97 0.97 0.13 359.72 0.95 0.45
Hex DD 6 7 0 61 61 D 168 5F 2D
Octal 335 6 7 0 141 141 15 550 137 55
Binary 11011101 110 111 0 1100001 1100001 1101 101101000 1011111 101101

Color Harmonies of #DD0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0607

Black with #DD0607

Text Example


Text Example

White with #DD0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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