Html Css Color HEX #DD0115 Venetian Red

📋 copy color: '#DD0115'

red 221 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #DD0115

Tints of Venetian Red #DD0115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.64%

R = 90.95%
G = 0.41%
B = 8.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0115 (or 0xDD0115) is known color: Venetian Red. HEX triplet: DD, 01 and 15. RGB value is (221,1,21). Sum of RGB (Red+Green+Blue) = 221+1+21=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0115 is #22FEEA. Grayscale: #454545. Windows color (decimal): -2293483 or 1376733. OLE color: 1376733.

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

Color convert

RGB 221 1 21 -
CMYK 0 1.00 0.90 0.13
HSL 354.55º 0.99% 0.44% -
HSV(B) 354.55º 1% 0.87% -
XYZ 29.97 15.45 2.11 -
YUV 69.06 100.89 236.37 -
System Red Green Blue C M Y K H S L
Decimal 221 1 21 0 1.00 0.90 0.13 354.55 0.99 0.44
Hex DD 1 15 0 64 5A D 163 63 2C
Octal 335 1 25 0 144 132 15 543 143 54
Binary 11011101 1 10101 0 1100100 1011010 1101 101100011 1100011 101100

Color Harmonies of #DD0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0115

Black with #DD0115

Text Example


Text Example

White with #DD0115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0115; }

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

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

background-color css

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

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

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

border-color css

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

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

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