Html Css Color HEX #DD051D Venetian Red

📋 copy color: '#DD051D'

red 221 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #DD051D

Tints of Venetian Red #DD051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 86.67%
G = 1.96%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD051D (or 0xDD051D) is known color: Venetian Red. HEX triplet: DD, 05 and 1D. RGB value is (221,5,29). Sum of RGB (Red+Green+Blue) = 221+5+29=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD051D is #22FAE2. Grayscale: #484848. Windows color (decimal): -2292451 or 1902045. OLE color: 1902045.

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

Color convert

RGB 221 5 29 -
CMYK 0 0.98 0.87 0.13
HSL 353.33º 0.96% 0.44% -
HSV(B) 353.33º 0.98% 0.87% -
XYZ 30.09 15.57 2.58 -
YUV 72.32 103.56 234.05 -
System Red Green Blue C M Y K H S L
Decimal 221 5 29 0 0.98 0.87 0.13 353.33 0.96 0.44
Hex DD 5 1D 0 62 57 D 161 60 2C
Octal 335 5 35 0 142 127 15 541 140 54
Binary 11011101 101 11101 0 1100010 1010111 1101 101100001 1100000 101100

Color Harmonies of #DD051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD051D

Black with #DD051D

Text Example


Text Example

White with #DD051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD051D; }

 p { color: rgb(221,5,29); }

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

background-color css

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

 a { background-color: rgb(221,5,29); }

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

border-color css

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

 span { border-color: rgb(221,5,29); }

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