Html Css Color HEX #DD3321 Cinnabar

📋 copy color: '#DD3321'

red 221 ◦ green 51 ◦ blue 33

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

Shades of Cinnabar #DD3321

Tints of Cinnabar #DD3321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.82%

R = 72.46%
G = 16.72%
B = 10.82%

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

#DD3321 (or 0xDD3321) is known color: Cinnabar. HEX triplet: DD, 33 and 21. RGB value is (221,51,33). Sum of RGB (Red+Green+Blue) = 221+51+33=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3321 is #22CCDE. Grayscale: #646464. Windows color (decimal): -2280671 or 2175965. OLE color: 2175965.

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

Color convert

RGB 221 51 33 -
CMYK 0 0.77 0.85 0.13
HSL 5.74º 0.74% 0.5% -
HSV(B) 5.74º 0.85% 0.87% -
XYZ 31.28 17.85 3.24 -
YUV 99.78 90.32 214.46 -
System Red Green Blue C M Y K H S L
Decimal 221 51 33 0 0.77 0.85 0.13 5.74 0.74 0.5
Hex DD 33 21 0 4D 55 D 6 4A 32
Octal 335 63 41 0 115 125 15 6 112 62
Binary 11011101 110011 100001 0 1001101 1010101 1101 110 1001010 110010

Color Harmonies of #DD3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3321

Black with #DD3321

Text Example


Text Example

White with #DD3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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