Html Css Color HEX #DD3327 Cinnabar

📋 copy color: '#DD3327'

red 221 ◦ green 51 ◦ blue 39

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

Shades of Cinnabar #DD3327

Tints of Cinnabar #DD3327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 71.06%
G = 16.4%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3327 (or 0xDD3327) is known color: Cinnabar. HEX triplet: DD, 33 and 27. RGB value is (221,51,39). Sum of RGB (Red+Green+Blue) = 221+51+39=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3327 is #22CCD8. Grayscale: #646464. Windows color (decimal): -2280665 or 2569181. OLE color: 2569181.

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

Color convert

RGB 221 51 39 -
CMYK 0 0.77 0.82 0.13
HSL 3.96º 0.73% 0.51% -
HSV(B) 3.96º 0.82% 0.87% -
XYZ 31.37 17.89 3.72 -
YUV 100.46 93.32 213.98 -
System Red Green Blue C M Y K H S L
Decimal 221 51 39 0 0.77 0.82 0.13 3.96 0.73 0.51
Hex DD 33 27 0 4D 52 D 4 49 33
Octal 335 63 47 0 115 122 15 4 111 63
Binary 11011101 110011 100111 0 1001101 1010010 1101 100 1001001 110011

Color Harmonies of #DD3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3327

Black with #DD3327

Text Example


Text Example

White with #DD3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3327; }

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

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

background-color css

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

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

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

border-color css

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

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

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