Html Css Color HEX #DD0910 Venetian Red

📋 copy color: '#DD0910'

red 221 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #DD0910

Tints of Venetian Red #DD0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 89.84%
G = 3.66%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD0910 (or 0xDD0910) is known color: Venetian Red. HEX triplet: DD, 09 and 10. RGB value is (221,9,16). Sum of RGB (Red+Green+Blue) = 221+9+16=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0910 is #22F6EF. Grayscale: #494949. Windows color (decimal): -2291440 or 1051101. OLE color: 1051101.

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

Color convert

RGB 221 9 16 -
CMYK 0 0.96 0.93 0.13
HSL 358.02º 0.92% 0.45% -
HSV(B) 358.02º 0.96% 0.87% -
XYZ 30.01 15.6 1.92 -
YUV 73.19 95.74 233.43 -
System Red Green Blue C M Y K H S L
Decimal 221 9 16 0 0.96 0.93 0.13 358.02 0.92 0.45
Hex DD 9 10 0 60 5D D 166 5C 2D
Octal 335 11 20 0 140 135 15 546 134 55
Binary 11011101 1001 10000 0 1100000 1011101 1101 101100110 1011100 101101

Color Harmonies of #DD0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0910

Black with #DD0910

Text Example


Text Example

White with #DD0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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