Html Css Color HEX #DD0C0F Venetian Red

📋 copy color: '#DD0C0F'

red 221 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #DD0C0F

Tints of Venetian Red #DD0C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.84%

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

R = 89.11%
G = 4.84%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD0C0F (or 0xDD0C0F) is known color: Venetian Red. HEX triplet: DD, 0C and 0F. RGB value is (221,12,15). Sum of RGB (Red+Green+Blue) = 221+12+15=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0C0F is #22F3F0. Grayscale: #4B4B4B. Windows color (decimal): -2290673 or 986333. OLE color: 986333.

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

Color convert

RGB 221 12 15 -
CMYK 0 0.95 0.93 0.13
HSL 359.14º 0.9% 0.46% -
HSV(B) 359.14º 0.95% 0.87% -
XYZ 30.04 15.67 1.89 -
YUV 74.83 94.24 232.26 -
System Red Green Blue C M Y K H S L
Decimal 221 12 15 0 0.95 0.93 0.13 359.14 0.9 0.46
Hex DD C F 0 5F 5D D 167 5A 2E
Octal 335 14 17 0 137 135 15 547 132 56
Binary 11011101 1100 1111 0 1011111 1011101 1101 101100111 1011010 101110

Color Harmonies of #DD0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C0F

Black with #DD0C0F

Text Example


Text Example

White with #DD0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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