Html Css Color HEX #DD3322 Cinnabar

📋 copy color: '#DD3322'

red 221 ◦ green 51 ◦ blue 34

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

Shades of Cinnabar #DD3322

Tints of Cinnabar #DD3322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 72.22%
G = 16.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3322 (or 0xDD3322) is known color: Cinnabar. HEX triplet: DD, 33 and 22. RGB value is (221,51,34). Sum of RGB (Red+Green+Blue) = 221+51+34=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3322 is #22CCDD. Grayscale: #646464. Windows color (decimal): -2280670 or 2241501. OLE color: 2241501.

HSL color Cylindrical-coordinate representation of color #DD3322: hue angle of 5.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD3322 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 34 -
CMYK 0 0.77 0.85 0.13
HSL 5.45º 0.73% 0.5% -
HSV(B) 5.45º 0.85% 0.87% -
XYZ 31.29 17.86 3.31 -
YUV 99.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 221 51 34 0 0.77 0.85 0.13 5.45 0.73 0.5
Hex DD 33 22 0 4D 55 D 5 49 32
Octal 335 63 42 0 115 125 15 5 111 62
Binary 11011101 110011 100010 0 1001101 1010101 1101 101 1001001 110010

Color Harmonies of #DD3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3322

Black with #DD3322

Text Example


Text Example

White with #DD3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3322; }

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

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

background-color css

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

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

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

border-color css

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

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

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