Html Css Color HEX #DD0001 Venetian Red

📋 copy color: '#DD0001'

red 221 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #DD0001

Tints of Venetian Red #DD0001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 99.55%
G = 0%
B = 0.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD0001 (or 0xDD0001) is known color: Venetian Red. HEX triplet: DD, 00 and 01. RGB value is (221,0,1). Sum of RGB (Red+Green+Blue) = 221+0+1=222 (29% of max value = 765). Red value is 221 (86.72% from 255 or 99.55% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0001 is #22FFFE. Grayscale: #424242. Windows color (decimal): -2293759 or 65757. OLE color: 65757.

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

Color convert

RGB 221 0 1 -
CMYK 0 1 1.00 0.13
HSL 359.73º 1% 0.43% -
HSV(B) 359.73º 1% 0.87% -
XYZ 29.82 15.37 1.42 -
YUV 66.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 221 0 1 0 1 1.00 0.13 359.73 1 0.43
Hex DD 0 1 0 64 64 D 168 64 2B
Octal 335 0 1 0 144 144 15 550 144 53
Binary 11011101 0 1 0 1100100 1100100 1101 101101000 1100100 101011

Color Harmonies of #DD0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0001

Black with #DD0001

Text Example


Text Example

White with #DD0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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