Html Css Color HEX #DD060B Venetian Red

📋 copy color: '#DD060B'

red 221 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #DD060B

Tints of Venetian Red #DD060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 92.86%
G = 2.52%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD060B (or 0xDD060B) is known color: Venetian Red. HEX triplet: DD, 06 and 0B. RGB value is (221,6,11). Sum of RGB (Red+Green+Blue) = 221+6+11=238 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.86% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 221 - color contains mainly: red. Hex color #DD060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD060B is #22F9F4. Grayscale: #474747. Windows color (decimal): -2292213 or 722653. OLE color: 722653.

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

Color convert

RGB 221 6 11 -
CMYK 0 0.97 0.95 0.13
HSL 358.6º 0.95% 0.45% -
HSV(B) 358.6º 0.97% 0.87% -
XYZ 29.94 15.53 1.74 -
YUV 70.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 221 6 11 0 0.97 0.95 0.13 358.6 0.95 0.45
Hex DD 6 B 0 61 5F D 167 5F 2D
Octal 335 6 13 0 141 137 15 547 137 55
Binary 11011101 110 1011 0 1100001 1011111 1101 101100111 1011111 101101

Color Harmonies of #DD060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD060B

Black with #DD060B

Text Example


Text Example

White with #DD060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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