Html Css Color HEX #DD060D Venetian Red

📋 copy color: '#DD060D'

red 221 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #DD060D

Tints of Venetian Red #DD060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 92.08%
G = 2.5%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD060D (or 0xDD060D) is known color: Venetian Red. HEX triplet: DD, 06 and 0D. RGB value is (221,6,13). Sum of RGB (Red+Green+Blue) = 221+6+13=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD060D is #22F9F2. Grayscale: #474747. Windows color (decimal): -2292211 or 853725. OLE color: 853725.

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

Color convert

RGB 221 6 13 -
CMYK 0 0.97 0.94 0.13
HSL 358.05º 0.95% 0.45% -
HSV(B) 358.05º 0.97% 0.87% -
XYZ 29.96 15.53 1.8 -
YUV 71.08 95.23 234.93 -
System Red Green Blue C M Y K H S L
Decimal 221 6 13 0 0.97 0.94 0.13 358.05 0.95 0.45
Hex DD 6 D 0 61 5E D 166 5F 2D
Octal 335 6 15 0 141 136 15 546 137 55
Binary 11011101 110 1101 0 1100001 1011110 1101 101100110 1011111 101101

Color Harmonies of #DD060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD060D

Black with #DD060D

Text Example


Text Example

White with #DD060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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