Html Css Color HEX #DD0113 Venetian Red

📋 copy color: '#DD0113'

red 221 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #DD0113

Tints of Venetian Red #DD0113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 91.7%
G = 0.41%
B = 7.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0113 (or 0xDD0113) is known color: Venetian Red. HEX triplet: DD, 01 and 13. RGB value is (221,1,19). Sum of RGB (Red+Green+Blue) = 221+1+19=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0113 is #22FEEC. Grayscale: #444444. Windows color (decimal): -2293485 or 1245661. OLE color: 1245661.

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

Color convert

RGB 221 1 19 -
CMYK 0 1.00 0.91 0.13
HSL 355.09º 0.99% 0.44% -
HSV(B) 355.09º 1% 0.87% -
XYZ 29.95 15.44 2.02 -
YUV 68.83 99.89 236.54 -
System Red Green Blue C M Y K H S L
Decimal 221 1 19 0 1.00 0.91 0.13 355.09 0.99 0.44
Hex DD 1 13 0 64 5B D 163 63 2C
Octal 335 1 23 0 144 133 15 543 143 54
Binary 11011101 1 10011 0 1100100 1011011 1101 101100011 1100011 101100

Color Harmonies of #DD0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0113

Black with #DD0113

Text Example


Text Example

White with #DD0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0113; }

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

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

background-color css

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

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

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

border-color css

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

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

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