Html Css Color HEX #DD011C Venetian Red

📋 copy color: '#DD011C'

red 221 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #DD011C

Tints of Venetian Red #DD011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 88.4%
G = 0.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD011C (or 0xDD011C) is known color: Venetian Red. HEX triplet: DD, 01 and 1C. RGB value is (221,1,28). Sum of RGB (Red+Green+Blue) = 221+1+28=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD011C is #22FEE3. Grayscale: #454545. Windows color (decimal): -2293476 or 1835485. OLE color: 1835485.

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

Color convert

RGB 221 1 28 -
CMYK 0 1.00 0.87 0.13
HSL 352.64º 0.99% 0.44% -
HSV(B) 352.64º 1% 0.87% -
XYZ 30.04 15.48 2.5 -
YUV 69.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 221 1 28 0 1.00 0.87 0.13 352.64 0.99 0.44
Hex DD 1 1C 0 64 57 D 161 63 2C
Octal 335 1 34 0 144 127 15 541 143 54
Binary 11011101 1 11100 0 1100100 1010111 1101 101100001 1100011 101100

Color Harmonies of #DD011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD011C

Black with #DD011C

Text Example


Text Example

White with #DD011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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