Html Css Color HEX #DD001F Venetian Red

📋 copy color: '#DD001F'

red 221 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #DD001F

Tints of Venetian Red #DD001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.7%
G = 0%
B = 12.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD001F (or 0xDD001F) is known color: Venetian Red. HEX triplet: DD, 00 and 1F. RGB value is (221,0,31). Sum of RGB (Red+Green+Blue) = 221+0+31=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD001F is #22FFE0. Grayscale: #454545. Windows color (decimal): -2293729 or 2031837. OLE color: 2031837.

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

Color convert

RGB 221 0 31 -
CMYK 0 1 0.86 0.13
HSL 351.58º 1% 0.43% -
HSV(B) 351.58º 1% 0.87% -
XYZ 30.07 15.47 2.7 -
YUV 69.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 221 0 31 0 1 0.86 0.13 351.58 1 0.43
Hex DD 0 1F 0 64 56 D 160 64 2B
Octal 335 0 37 0 144 126 15 540 144 53
Binary 11011101 0 11111 0 1100100 1010110 1101 101100000 1100100 101011

Color Harmonies of #DD001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD001F

Black with #DD001F

Text Example


Text Example

White with #DD001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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