Html Css Color HEX #DD001A Venetian Red

📋 copy color: '#DD001A'

red 221 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #DD001A

Tints of Venetian Red #DD001A

RGB

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

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

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

R = 89.47%
G = 0%
B = 10.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD001A (or 0xDD001A) is known color: Venetian Red. HEX triplet: DD, 00 and 1A. RGB value is (221,0,26). Sum of RGB (Red+Green+Blue) = 221+0+26=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD001A is #22FFE5. Grayscale: #454545. Windows color (decimal): -2293734 or 1704157. OLE color: 1704157.

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

Color convert

RGB 221 0 26 -
CMYK 0 1 0.88 0.13
HSL 352.94º 1% 0.43% -
HSV(B) 352.94º 1% 0.87% -
XYZ 30.01 15.45 2.38 -
YUV 69.04 103.72 236.39 -
System Red Green Blue C M Y K H S L
Decimal 221 0 26 0 1 0.88 0.13 352.94 1 0.43
Hex DD 0 1A 0 64 58 D 161 64 2B
Octal 335 0 32 0 144 130 15 541 144 53
Binary 11011101 0 11010 0 1100100 1011000 1101 101100001 1100100 101011

Color Harmonies of #DD001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD001A

Black with #DD001A

Text Example


Text Example

White with #DD001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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