Html Css Color HEX #DD011A Venetian Red

📋 copy color: '#DD011A'

red 221 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #DD011A

Tints of Venetian Red #DD011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 89.11%
G = 0.4%
B = 10.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD011A (or 0xDD011A) is known color: Venetian Red. HEX triplet: DD, 01 and 1A. RGB value is (221,1,26). Sum of RGB (Red+Green+Blue) = 221+1+26=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD011A is #22FEE5. Grayscale: #454545. Windows color (decimal): -2293478 or 1704413. OLE color: 1704413.

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

Color convert

RGB 221 1 26 -
CMYK 0 1.00 0.88 0.13
HSL 353.18º 0.99% 0.44% -
HSV(B) 353.18º 1% 0.87% -
XYZ 30.02 15.47 2.38 -
YUV 69.63 103.39 235.97 -
System Red Green Blue C M Y K H S L
Decimal 221 1 26 0 1.00 0.88 0.13 353.18 0.99 0.44
Hex DD 1 1A 0 64 58 D 161 63 2C
Octal 335 1 32 0 144 130 15 541 143 54
Binary 11011101 1 11010 0 1100100 1011000 1101 101100001 1100011 101100

Color Harmonies of #DD011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD011A

Black with #DD011A

Text Example


Text Example

White with #DD011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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