Html Css Color HEX #DD0A10 Venetian Red

📋 copy color: '#DD0A10'

red 221 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #DD0A10

Tints of Venetian Red #DD0A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 89.47%
G = 4.05%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD0A10 (or 0xDD0A10) is known color: Venetian Red. HEX triplet: DD, 0A and 10. RGB value is (221,10,16). Sum of RGB (Red+Green+Blue) = 221+10+16=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0A10 is #22F5EF. Grayscale: #494949. Windows color (decimal): -2291184 or 1051357. OLE color: 1051357.

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

Color convert

RGB 221 10 16 -
CMYK 0 0.95 0.93 0.13
HSL 358.29º 0.91% 0.45% -
HSV(B) 358.29º 0.95% 0.87% -
XYZ 30.02 15.63 1.92 -
YUV 73.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 221 10 16 0 0.95 0.93 0.13 358.29 0.91 0.45
Hex DD A 10 0 5F 5D D 166 5B 2D
Octal 335 12 20 0 137 135 15 546 133 55
Binary 11011101 1010 10000 0 1011111 1011101 1101 101100110 1011011 101101

Color Harmonies of #DD0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A10

Black with #DD0A10

Text Example


Text Example

White with #DD0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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