Html Css Color HEX #DD0612 Venetian Red

📋 copy color: '#DD0612'

red 221 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #DD0612

Tints of Venetian Red #DD0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 90.2%
G = 2.45%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0612 (or 0xDD0612) is known color: Venetian Red. HEX triplet: DD, 06 and 12. RGB value is (221,6,18). Sum of RGB (Red+Green+Blue) = 221+6+18=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0612 is #22F9ED. Grayscale: #474747. Windows color (decimal): -2292206 or 1181405. OLE color: 1181405.

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

Color convert

RGB 221 6 18 -
CMYK 0 0.97 0.92 0.13
HSL 356.65º 0.95% 0.45% -
HSV(B) 356.65º 0.97% 0.87% -
XYZ 29.99 15.55 1.99 -
YUV 71.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 221 6 18 0 0.97 0.92 0.13 356.65 0.95 0.45
Hex DD 6 12 0 61 5C D 165 5F 2D
Octal 335 6 22 0 141 134 15 545 137 55
Binary 11011101 110 10010 0 1100001 1011100 1101 101100101 1011111 101101

Color Harmonies of #DD0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0612

Black with #DD0612

Text Example


Text Example

White with #DD0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0612; }

 p { color: rgb(221,6,18); }

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

background-color css

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

 a { background-color: rgb(221,6,18); }

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

border-color css

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

 span { border-color: rgb(221,6,18); }

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