Html Css Color HEX #DD001D Venetian Red

📋 copy color: '#DD001D'

red 221 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #DD001D

Tints of Venetian Red #DD001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 88.4%
G = 0%
B = 11.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD001D (or 0xDD001D) is known color: Venetian Red. HEX triplet: DD, 00 and 1D. RGB value is (221,0,29). Sum of RGB (Red+Green+Blue) = 221+0+29=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD001D is #22FFE2. Grayscale: #454545. Windows color (decimal): -2293731 or 1900765. OLE color: 1900765.

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

Color convert

RGB 221 0 29 -
CMYK 0 1 0.87 0.13
HSL 352.13º 1% 0.43% -
HSV(B) 352.13º 1% 0.87% -
XYZ 30.04 15.46 2.56 -
YUV 69.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 221 0 29 0 1 0.87 0.13 352.13 1 0.43
Hex DD 0 1D 0 64 57 D 160 64 2B
Octal 335 0 35 0 144 127 15 540 144 53
Binary 11011101 0 11101 0 1100100 1010111 1101 101100000 1100100 101011

Color Harmonies of #DD001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD001D

Black with #DD001D

Text Example


Text Example

White with #DD001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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