Html Css Color HEX #DD020C Venetian Red

📋 copy color: '#DD020C'

red 221 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #DD020C

Tints of Venetian Red #DD020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 94.04%
G = 0.85%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD020C (or 0xDD020C) is known color: Venetian Red. HEX triplet: DD, 02 and 0C. RGB value is (221,2,12). Sum of RGB (Red+Green+Blue) = 221+2+12=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD020C is #22FDF3. Grayscale: #444444. Windows color (decimal): -2293236 or 787165. OLE color: 787165.

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

Color convert

RGB 221 2 12 -
CMYK 0 0.99 0.95 0.13
HSL 357.26º 0.98% 0.44% -
HSV(B) 357.26º 0.99% 0.87% -
XYZ 29.91 15.44 1.75 -
YUV 68.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 221 2 12 0 0.99 0.95 0.13 357.26 0.98 0.44
Hex DD 2 C 0 63 5F D 165 62 2C
Octal 335 2 14 0 143 137 15 545 142 54
Binary 11011101 10 1100 0 1100011 1011111 1101 101100101 1100010 101100

Color Harmonies of #DD020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD020C

Black with #DD020C

Text Example


Text Example

White with #DD020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD020C; }

 p { color: rgb(221,2,12); }

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

background-color css

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

 a { background-color: rgb(221,2,12); }

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

border-color css

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

 span { border-color: rgb(221,2,12); }

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