Html Css Color HEX #DD031C Venetian Red

📋 copy color: '#DD031C'

red 221 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #DD031C

Tints of Venetian Red #DD031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 87.7%
G = 1.19%
B = 11.11%

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

#DD031C (or 0xDD031C) is known color: Venetian Red. HEX triplet: DD, 03 and 1C. RGB value is (221,3,28). Sum of RGB (Red+Green+Blue) = 221+3+28=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD031C is #22FCE3. Grayscale: #474747. Windows color (decimal): -2292964 or 1835997. OLE color: 1835997.

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

Color convert

RGB 221 3 28 -
CMYK 0 0.99 0.87 0.13
HSL 353.12º 0.97% 0.44% -
HSV(B) 353.12º 0.99% 0.87% -
XYZ 30.06 15.52 2.51 -
YUV 71.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 221 3 28 0 0.99 0.87 0.13 353.12 0.97 0.44
Hex DD 3 1C 0 63 57 D 161 61 2C
Octal 335 3 34 0 143 127 15 541 141 54
Binary 11011101 11 11100 0 1100011 1010111 1101 101100001 1100001 101100

Color Harmonies of #DD031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD031C

Black with #DD031C

Text Example


Text Example

White with #DD031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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