Html Css Color HEX #DD0007 Venetian Red

📋 copy color: '#DD0007'

red 221 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #DD0007

Tints of Venetian Red #DD0007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.93%
G = 0%
B = 3.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD0007 (or 0xDD0007) is known color: Venetian Red. HEX triplet: DD, 00 and 07. RGB value is (221,0,7). Sum of RGB (Red+Green+Blue) = 221+0+7=228 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.93% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0007 is #22FFF8. Grayscale: #434343. Windows color (decimal): -2293753 or 458973. OLE color: 458973.

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

Color convert

RGB 221 0 7 -
CMYK 0 1 0.97 0.13
HSL 358.1º 1% 0.43% -
HSV(B) 358.1º 1% 0.87% -
XYZ 29.86 15.39 1.6 -
YUV 66.88 94.22 237.93 -
System Red Green Blue C M Y K H S L
Decimal 221 0 7 0 1 0.97 0.13 358.1 1 0.43
Hex DD 0 7 0 64 61 D 166 64 2B
Octal 335 0 7 0 144 141 15 546 144 53
Binary 11011101 0 111 0 1100100 1100001 1101 101100110 1100100 101011

Color Harmonies of #DD0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0007

Black with #DD0007

Text Example


Text Example

White with #DD0007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0007; }

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

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

background-color css

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

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

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

border-color css

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

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

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