Html Css Color HEX #DD0121 Venetian Red

📋 copy color: '#DD0121'

red 221 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #DD0121

Tints of Venetian Red #DD0121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 86.67%
G = 0.39%
B = 12.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0121 (or 0xDD0121) is known color: Venetian Red. HEX triplet: DD, 01 and 21. RGB value is (221,1,33). Sum of RGB (Red+Green+Blue) = 221+1+33=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0121 is #22FEDE. Grayscale: #464646. Windows color (decimal): -2293471 or 2163165. OLE color: 2163165.

HSL color Cylindrical-coordinate representation of color #DD0121: hue angle of 351.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0121 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 33 -
CMYK 0 1.00 0.85 0.13
HSL 351.27º 0.99% 0.44% -
HSV(B) 351.27º 1% 0.87% -
XYZ 30.1 15.5 2.84 -
YUV 70.43 106.89 235.4 -
System Red Green Blue C M Y K H S L
Decimal 221 1 33 0 1.00 0.85 0.13 351.27 0.99 0.44
Hex DD 1 21 0 64 55 D 15F 63 2C
Octal 335 1 41 0 144 125 15 537 143 54
Binary 11011101 1 100001 0 1100100 1010101 1101 101011111 1100011 101100

Color Harmonies of #DD0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0121

Black with #DD0121

Text Example


Text Example

White with #DD0121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0121; }

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

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

background-color css

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

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

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

border-color css

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

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

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