Html Css Color HEX #DD3329 Cinnabar

📋 copy color: '#DD3329'

red 221 ◦ green 51 ◦ blue 41

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

Shades of Cinnabar #DD3329

Tints of Cinnabar #DD3329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 70.61%
G = 16.29%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD3329 (or 0xDD3329) is known color: Cinnabar. HEX triplet: DD, 33 and 29. RGB value is (221,51,41). Sum of RGB (Red+Green+Blue) = 221+51+41=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3329 is #22CCD6. Grayscale: #646464. Windows color (decimal): -2280663 or 2700253. OLE color: 2700253.

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

Color convert

RGB 221 51 41 -
CMYK 0 0.77 0.81 0.13
HSL 3.33º 0.73% 0.51% -
HSV(B) 3.33º 0.81% 0.87% -
XYZ 31.4 17.9 3.9 -
YUV 100.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 221 51 41 0 0.77 0.81 0.13 3.33 0.73 0.51
Hex DD 33 29 0 4D 51 D 3 49 33
Octal 335 63 51 0 115 121 15 3 111 63
Binary 11011101 110011 101001 0 1001101 1010001 1101 11 1001001 110011

Color Harmonies of #DD3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3329

Black with #DD3329

Text Example


Text Example

White with #DD3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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