Html Css Color HEX #DD031E Venetian Red

📋 copy color: '#DD031E'

red 221 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #DD031E

Tints of Venetian Red #DD031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 87.01%
G = 1.18%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD031E (or 0xDD031E) is known color: Venetian Red. HEX triplet: DD, 03 and 1E. RGB value is (221,3,30). Sum of RGB (Red+Green+Blue) = 221+3+30=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD031E is #22FCE1. Grayscale: #474747. Windows color (decimal): -2292962 or 1967069. OLE color: 1967069.

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

Color convert

RGB 221 3 30 -
CMYK 0 0.99 0.86 0.13
HSL 352.57º 0.97% 0.44% -
HSV(B) 352.57º 0.99% 0.87% -
XYZ 30.09 15.53 2.64 -
YUV 71.26 104.72 234.8 -
System Red Green Blue C M Y K H S L
Decimal 221 3 30 0 0.99 0.86 0.13 352.57 0.97 0.44
Hex DD 3 1E 0 63 56 D 161 61 2C
Octal 335 3 36 0 143 126 15 541 141 54
Binary 11011101 11 11110 0 1100011 1010110 1101 101100001 1100001 101100

Color Harmonies of #DD031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD031E

Black with #DD031E

Text Example


Text Example

White with #DD031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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