Html Css Color HEX #DD0022 Venetian Red

📋 copy color: '#DD0022'

red 221 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #DD0022

Tints of Venetian Red #DD0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.33%

R = 86.67%
G = 0%
B = 13.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0022 (or 0xDD0022) is known color: Venetian Red. HEX triplet: DD, 00 and 22. RGB value is (221,0,34). Sum of RGB (Red+Green+Blue) = 221+0+34=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0022 is #22FFDD. Grayscale: #464646. Windows color (decimal): -2293726 or 2228445. OLE color: 2228445.

HSL color Cylindrical-coordinate representation of color #DD0022: hue angle of 350.77º 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 #DD0022 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 34 -
CMYK 0 1 0.85 0.13
HSL 350.77º 1% 0.43% -
HSV(B) 350.77º 1% 0.87% -
XYZ 30.11 15.49 2.92 -
YUV 69.96 107.72 235.74 -
System Red Green Blue C M Y K H S L
Decimal 221 0 34 0 1 0.85 0.13 350.77 1 0.43
Hex DD 0 22 0 64 55 D 15F 64 2B
Octal 335 0 42 0 144 125 15 537 144 53
Binary 11011101 0 100010 0 1100100 1010101 1101 101011111 1100100 101011

Color Harmonies of #DD0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0022

Black with #DD0022

Text Example


Text Example

White with #DD0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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