Html Css Color HEX #DD0204 Venetian Red

📋 copy color: '#DD0204'

red 221 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #DD0204

Tints of Venetian Red #DD0204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 97.36%
G = 0.88%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD0204 (or 0xDD0204) is known color: Venetian Red. HEX triplet: DD, 02 and 04. RGB value is (221,2,4). Sum of RGB (Red+Green+Blue) = 221+2+4=227 (30% of max value = 765). Red value is 221 (86.72% from 255 or 97.36% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0204 is #22FDFB. Grayscale: #434343. Windows color (decimal): -2293244 or 262877. OLE color: 262877.

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

Color convert

RGB 221 2 4 -
CMYK 0 0.99 0.98 0.13
HSL 359.45º 0.98% 0.44% -
HSV(B) 359.45º 0.99% 0.87% -
XYZ 29.86 15.42 1.52 -
YUV 67.71 92.05 237.34 -
System Red Green Blue C M Y K H S L
Decimal 221 2 4 0 0.99 0.98 0.13 359.45 0.98 0.44
Hex DD 2 4 0 63 62 D 167 62 2C
Octal 335 2 4 0 143 142 15 547 142 54
Binary 11011101 10 100 0 1100011 1100010 1101 101100111 1100010 101100

Color Harmonies of #DD0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0204

Black with #DD0204

Text Example


Text Example

White with #DD0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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