Html Css Color HEX #DD0114 Venetian Red

📋 copy color: '#DD0114'

red 221 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #DD0114

Tints of Venetian Red #DD0114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 91.32%
G = 0.41%
B = 8.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0114 (or 0xDD0114) is known color: Venetian Red. HEX triplet: DD, 01 and 14. RGB value is (221,1,20). Sum of RGB (Red+Green+Blue) = 221+1+20=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0114 is #22FEEB. Grayscale: #454545. Windows color (decimal): -2293484 or 1311197. OLE color: 1311197.

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

Color convert

RGB 221 1 20 -
CMYK 0 1.00 0.91 0.13
HSL 354.82º 0.99% 0.44% -
HSV(B) 354.82º 1% 0.87% -
XYZ 29.96 15.44 2.06 -
YUV 68.95 100.39 236.46 -
System Red Green Blue C M Y K H S L
Decimal 221 1 20 0 1.00 0.91 0.13 354.82 0.99 0.44
Hex DD 1 14 0 64 5B D 163 63 2C
Octal 335 1 24 0 144 133 15 543 143 54
Binary 11011101 1 10100 0 1100100 1011011 1101 101100011 1100011 101100

Color Harmonies of #DD0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0114

Black with #DD0114

Text Example


Text Example

White with #DD0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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