Html Css Color HEX #DD011E Venetian Red

📋 copy color: '#DD011E'

red 221 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #DD011E

Tints of Venetian Red #DD011E

RGB

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

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

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

R = 87.7%
G = 0.4%
B = 11.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD011E (or 0xDD011E) is known color: Venetian Red. HEX triplet: DD, 01 and 1E. RGB value is (221,1,30). Sum of RGB (Red+Green+Blue) = 221+1+30=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD011E is #22FEE1. Grayscale: #464646. Windows color (decimal): -2293474 or 1966557. OLE color: 1966557.

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

Color convert

RGB 221 1 30 -
CMYK 0 1.00 0.86 0.13
HSL 352.09º 0.99% 0.44% -
HSV(B) 352.09º 1% 0.87% -
XYZ 30.06 15.49 2.63 -
YUV 70.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 221 1 30 0 1.00 0.86 0.13 352.09 0.99 0.44
Hex DD 1 1E 0 64 56 D 160 63 2C
Octal 335 1 36 0 144 126 15 540 143 54
Binary 11011101 1 11110 0 1100100 1010110 1101 101100000 1100011 101100

Color Harmonies of #DD011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD011E

Black with #DD011E

Text Example


Text Example

White with #DD011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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