Html Css Color HEX #DD0013 Venetian Red

📋 copy color: '#DD0013'

red 221 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #DD0013

Tints of Venetian Red #DD0013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.08%
G = 0%
B = 7.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0013 (or 0xDD0013) is known color: Venetian Red. HEX triplet: DD, 00 and 13. RGB value is (221,0,19). Sum of RGB (Red+Green+Blue) = 221+0+19=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0013 is #22FFEC. Grayscale: #444444. Windows color (decimal): -2293741 or 1245405. OLE color: 1245405.

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

Color convert

RGB 221 0 19 -
CMYK 0 1 0.91 0.13
HSL 354.84º 1% 0.43% -
HSV(B) 354.84º 1% 0.87% -
XYZ 29.94 15.42 2.01 -
YUV 68.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 221 0 19 0 1 0.91 0.13 354.84 1 0.43
Hex DD 0 13 0 64 5B D 163 64 2B
Octal 335 0 23 0 144 133 15 543 144 53
Binary 11011101 0 10011 0 1100100 1011011 1101 101100011 1100100 101011

Color Harmonies of #DD0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0013

Black with #DD0013

Text Example


Text Example

White with #DD0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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