Html Css Color HEX #DD080F Venetian Red

📋 copy color: '#DD080F'

red 221 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #DD080F

Tints of Venetian Red #DD080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 90.57%
G = 3.28%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD080F (or 0xDD080F) is known color: Venetian Red. HEX triplet: DD, 08 and 0F. RGB value is (221,8,15). Sum of RGB (Red+Green+Blue) = 221+8+15=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD080F is #22F7F0. Grayscale: #484848. Windows color (decimal): -2291697 or 985309. OLE color: 985309.

HSL color Cylindrical-coordinate representation of color #DD080F: hue angle of 358.03º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 15 -
CMYK 0 0.96 0.93 0.13
HSL 358.03º 0.93% 0.45% -
HSV(B) 358.03º 0.96% 0.87% -
XYZ 29.99 15.58 1.88 -
YUV 72.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 221 8 15 0 0.96 0.93 0.13 358.03 0.93 0.45
Hex DD 8 F 0 60 5D D 166 5D 2D
Octal 335 10 17 0 140 135 15 546 135 55
Binary 11011101 1000 1111 0 1100000 1011101 1101 101100110 1011101 101101

Color Harmonies of #DD080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD080F

Black with #DD080F

Text Example


Text Example

White with #DD080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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