Html Css Color HEX #DD021F Venetian Red

📋 copy color: '#DD021F'

red 221 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #DD021F

Tints of Venetian Red #DD021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 87.01%
G = 0.79%
B = 12.2%

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

#DD021F (or 0xDD021F) is known color: Venetian Red. HEX triplet: DD, 02 and 1F. RGB value is (221,2,31). Sum of RGB (Red+Green+Blue) = 221+2+31=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD021F is #22FDE0. Grayscale: #464646. Windows color (decimal): -2293217 or 2032349. OLE color: 2032349.

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

Color convert

RGB 221 2 31 -
CMYK 0 0.99 0.86 0.13
HSL 352.05º 0.98% 0.44% -
HSV(B) 352.05º 0.99% 0.87% -
XYZ 30.09 15.51 2.71 -
YUV 70.79 105.55 235.14 -
System Red Green Blue C M Y K H S L
Decimal 221 2 31 0 0.99 0.86 0.13 352.05 0.98 0.44
Hex DD 2 1F 0 63 56 D 160 62 2C
Octal 335 2 37 0 143 126 15 540 142 54
Binary 11011101 10 11111 0 1100011 1010110 1101 101100000 1100010 101100

Color Harmonies of #DD021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD021F

Black with #DD021F

Text Example


Text Example

White with #DD021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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