Html Css Color HEX #DD031D Venetian Red

📋 copy color: '#DD031D'

red 221 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #DD031D

Tints of Venetian Red #DD031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 87.35%
G = 1.19%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD031D (or 0xDD031D) is known color: Venetian Red. HEX triplet: DD, 03 and 1D. RGB value is (221,3,29). Sum of RGB (Red+Green+Blue) = 221+3+29=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD031D is #22FCE2. Grayscale: #474747. Windows color (decimal): -2292963 or 1901533. OLE color: 1901533.

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

Color convert

RGB 221 3 29 -
CMYK 0 0.99 0.87 0.13
HSL 352.84º 0.97% 0.44% -
HSV(B) 352.84º 0.99% 0.87% -
XYZ 30.07 15.53 2.57 -
YUV 71.15 104.22 234.89 -
System Red Green Blue C M Y K H S L
Decimal 221 3 29 0 0.99 0.87 0.13 352.84 0.97 0.44
Hex DD 3 1D 0 63 57 D 161 61 2C
Octal 335 3 35 0 143 127 15 541 141 54
Binary 11011101 11 11101 0 1100011 1010111 1101 101100001 1100001 101100

Color Harmonies of #DD031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD031D

Black with #DD031D

Text Example


Text Example

White with #DD031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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