Html Css Color HEX #DD0613 Venetian Red

📋 copy color: '#DD0613'

red 221 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #DD0613

Tints of Venetian Red #DD0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

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

R = 89.84%
G = 2.44%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0613 (or 0xDD0613) is known color: Venetian Red. HEX triplet: DD, 06 and 13. RGB value is (221,6,19). Sum of RGB (Red+Green+Blue) = 221+6+19=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0613 is #22F9EC. Grayscale: #474747. Windows color (decimal): -2292205 or 1246941. OLE color: 1246941.

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

Color convert

RGB 221 6 19 -
CMYK 0 0.97 0.91 0.13
HSL 356.37º 0.95% 0.45% -
HSV(B) 356.37º 0.97% 0.87% -
XYZ 30 15.55 2.04 -
YUV 71.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 221 6 19 0 0.97 0.91 0.13 356.37 0.95 0.45
Hex DD 6 13 0 61 5B D 164 5F 2D
Octal 335 6 23 0 141 133 15 544 137 55
Binary 11011101 110 10011 0 1100001 1011011 1101 101100100 1011111 101101

Color Harmonies of #DD0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0613

Black with #DD0613

Text Example


Text Example

White with #DD0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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