Html Css Color HEX #DD0117 Venetian Red

📋 copy color: '#DD0117'

red 221 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #DD0117

Tints of Venetian Red #DD0117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.39%

R = 90.2%
G = 0.41%
B = 9.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0117 (or 0xDD0117) is known color: Venetian Red. HEX triplet: DD, 01 and 17. RGB value is (221,1,23). Sum of RGB (Red+Green+Blue) = 221+1+23=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0117 is #22FEE8. Grayscale: #454545. Windows color (decimal): -2293481 or 1507805. OLE color: 1507805.

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

Color convert

RGB 221 1 23 -
CMYK 0 1.00 0.90 0.13
HSL 354º 0.99% 0.44% -
HSV(B) 354º 1% 0.87% -
XYZ 29.98 15.46 2.21 -
YUV 69.29 101.89 236.21 -
System Red Green Blue C M Y K H S L
Decimal 221 1 23 0 1.00 0.90 0.13 354 0.99 0.44
Hex DD 1 17 0 64 5A D 162 63 2C
Octal 335 1 27 0 144 132 15 542 143 54
Binary 11011101 1 10111 0 1100100 1011010 1101 101100010 1100011 101100

Color Harmonies of #DD0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0117

Black with #DD0117

Text Example


Text Example

White with #DD0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0117; }

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

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

background-color css

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

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

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

border-color css

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

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

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