Html Css Color HEX #DD000C Venetian Red

📋 copy color: '#DD000C'

red 221 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #DD000C

Tints of Venetian Red #DD000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 94.85%
G = 0%
B = 5.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD000C (or 0xDD000C) is known color: Venetian Red. HEX triplet: DD, 00 and 0C. RGB value is (221,0,12). Sum of RGB (Red+Green+Blue) = 221+0+12=233 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.85% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 221 - color contains mainly: red. Hex color #DD000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD000C is #22FFF3. Grayscale: #434343. Windows color (decimal): -2293748 or 786653. OLE color: 786653.

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

Color convert

RGB 221 0 12 -
CMYK 0 1 0.95 0.13
HSL 356.74º 1% 0.43% -
HSV(B) 356.74º 1% 0.87% -
XYZ 29.89 15.4 1.74 -
YUV 67.45 96.72 237.52 -
System Red Green Blue C M Y K H S L
Decimal 221 0 12 0 1 0.95 0.13 356.74 1 0.43
Hex DD 0 C 0 64 5F D 165 64 2B
Octal 335 0 14 0 144 137 15 545 144 53
Binary 11011101 0 1100 0 1100100 1011111 1101 101100101 1100100 101011

Color Harmonies of #DD000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD000C

Black with #DD000C

Text Example


Text Example

White with #DD000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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