Html Css Color HEX #DD0F10 Venetian Red

📋 copy color: '#DD0F10'

red 221 ◦ green 15 ◦ blue 16

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

Shades of Venetian Red #DD0F10

Tints of Venetian Red #DD0F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.95%

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 87.7%
G = 5.95%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD0F10 (or 0xDD0F10) is known color: Venetian Red. HEX triplet: DD, 0F and 10. RGB value is (221,15,16). Sum of RGB (Red+Green+Blue) = 221+15+16=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0F10 is #22F0EF. Grayscale: #4C4C4C. Windows color (decimal): -2289904 or 1052637. OLE color: 1052637.

HSL color Cylindrical-coordinate representation of color #DD0F10: hue angle of 359.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F10 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 15 16 -
CMYK 0 0.93 0.93 0.13
HSL 359.71º 0.87% 0.46% -
HSV(B) 359.71º 0.93% 0.87% -
XYZ 30.08 15.75 1.94 -
YUV 76.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 221 15 16 0 0.93 0.93 0.13 359.71 0.87 0.46
Hex DD F 10 0 5D 5D D 168 57 2E
Octal 335 17 20 0 135 135 15 550 127 56
Binary 11011101 1111 10000 0 1011101 1011101 1101 101101000 1010111 101110

Color Harmonies of #DD0F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F10

Black with #DD0F10

Text Example


Text Example

White with #DD0F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F10; }

 p { color: rgb(221,15,16); }

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

background-color css

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

 a { background-color: rgb(221,15,16); }

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

border-color css

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

 span { border-color: rgb(221,15,16); }

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