Html Css Color HEX #DD060A Venetian Red

📋 copy color: '#DD060A'

red 221 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #DD060A

Tints of Venetian Red #DD060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 93.25%
G = 2.53%
B = 4.22%

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

#DD060A (or 0xDD060A) is known color: Venetian Red. HEX triplet: DD, 06 and 0A. RGB value is (221,6,10). Sum of RGB (Red+Green+Blue) = 221+6+10=237 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.25% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 221 - color contains mainly: red. Hex color #DD060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD060A is #22F9F5. Grayscale: #464646. Windows color (decimal): -2292214 or 657117. OLE color: 657117.

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

Color convert

RGB 221 6 10 -
CMYK 0 0.97 0.95 0.13
HSL 358.88º 0.95% 0.45% -
HSV(B) 358.88º 0.97% 0.87% -
XYZ 29.94 15.52 1.71 -
YUV 70.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 221 6 10 0 0.97 0.95 0.13 358.88 0.95 0.45
Hex DD 6 A 0 61 5F D 167 5F 2D
Octal 335 6 12 0 141 137 15 547 137 55
Binary 11011101 110 1010 0 1100001 1011111 1101 101100111 1011111 101101

Color Harmonies of #DD060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD060A

Black with #DD060A

Text Example


Text Example

White with #DD060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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