Html Css Color HEX #DD0014 Venetian Red

📋 copy color: '#DD0014'

red 221 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #DD0014

Tints of Venetian Red #DD0014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 91.7%
G = 0%
B = 8.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0014 (or 0xDD0014) is known color: Venetian Red. HEX triplet: DD, 00 and 14. RGB value is (221,0,20). Sum of RGB (Red+Green+Blue) = 221+0+20=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0014 is #22FFEB. Grayscale: #444444. Windows color (decimal): -2293740 or 1310941. OLE color: 1310941.

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

Color convert

RGB 221 0 20 -
CMYK 0 1 0.91 0.13
HSL 354.57º 1% 0.43% -
HSV(B) 354.57º 1% 0.87% -
XYZ 29.95 15.42 2.06 -
YUV 68.36 100.72 236.87 -
System Red Green Blue C M Y K H S L
Decimal 221 0 20 0 1 0.91 0.13 354.57 1 0.43
Hex DD 0 14 0 64 5B D 163 64 2B
Octal 335 0 24 0 144 133 15 543 144 53
Binary 11011101 0 10100 0 1100100 1011011 1101 101100011 1100100 101011

Color Harmonies of #DD0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0014

Black with #DD0014

Text Example


Text Example

White with #DD0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0014; }

 p { color: rgb(221,0,20); }

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

background-color css

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

 a { background-color: rgb(221,0,20); }

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

border-color css

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

 span { border-color: rgb(221,0,20); }

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