Html Css Color HEX #DD0108 Venetian Red

📋 copy color: '#DD0108'

red 221 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #DD0108

Tints of Venetian Red #DD0108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 96.09%
G = 0.43%
B = 3.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0108 (or 0xDD0108) is known color: Venetian Red. HEX triplet: DD, 01 and 08. RGB value is (221,1,8). Sum of RGB (Red+Green+Blue) = 221+1+8=230 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.09% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0108 is #22FEF7. Grayscale: #434343. Windows color (decimal): -2293496 or 524765. OLE color: 524765.

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

Color convert

RGB 221 1 8 -
CMYK 0 1.00 0.96 0.13
HSL 358.09º 0.99% 0.44% -
HSV(B) 358.09º 1% 0.87% -
XYZ 29.87 15.41 1.63 -
YUV 67.58 94.39 237.43 -
System Red Green Blue C M Y K H S L
Decimal 221 1 8 0 1.00 0.96 0.13 358.09 0.99 0.44
Hex DD 1 8 0 64 60 D 166 63 2C
Octal 335 1 10 0 144 140 15 546 143 54
Binary 11011101 1 1000 0 1100100 1100000 1101 101100110 1100011 101100

Color Harmonies of #DD0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0108

Black with #DD0108

Text Example


Text Example

White with #DD0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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