Html Css Color HEX #DD0316 Venetian Red

📋 copy color: '#DD0316'

red 221 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #DD0316

Tints of Venetian Red #DD0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 89.84%
G = 1.22%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0316 (or 0xDD0316) is known color: Venetian Red. HEX triplet: DD, 03 and 16. RGB value is (221,3,22). Sum of RGB (Red+Green+Blue) = 221+3+22=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0316 is #22FCE9. Grayscale: #464646. Windows color (decimal): -2292970 or 1442781. OLE color: 1442781.

HSL color Cylindrical-coordinate representation of color #DD0316: hue angle of 354.77º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0316 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 22 -
CMYK 0 0.99 0.90 0.13
HSL 354.77º 0.97% 0.44% -
HSV(B) 354.77º 0.99% 0.87% -
XYZ 30 15.5 2.17 -
YUV 70.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 221 3 22 0 0.99 0.90 0.13 354.77 0.97 0.44
Hex DD 3 16 0 63 5A D 163 61 2C
Octal 335 3 26 0 143 132 15 543 141 54
Binary 11011101 11 10110 0 1100011 1011010 1101 101100011 1100001 101100

Color Harmonies of #DD0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0316

Black with #DD0316

Text Example


Text Example

White with #DD0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0316; }

 p { color: rgb(221,3,22); }

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

background-color css

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

 a { background-color: rgb(221,3,22); }

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

border-color css

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

 span { border-color: rgb(221,3,22); }

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