Html Css Color HEX #DD3620 Cinnabar

📋 copy color: '#DD3620'

red 221 ◦ green 54 ◦ blue 32

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

Shades of Cinnabar #DD3620

Tints of Cinnabar #DD3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 71.99%
G = 17.59%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD3620 (or 0xDD3620) is known color: Cinnabar. HEX triplet: DD, 36 and 20. RGB value is (221,54,32). Sum of RGB (Red+Green+Blue) = 221+54+32=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3620 is #22C9DF. Grayscale: #656565. Windows color (decimal): -2279904 or 2111197. OLE color: 2111197.

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

Color convert

RGB 221 54 32 -
CMYK 0 0.76 0.86 0.13
HSL 6.98º 0.75% 0.5% -
HSV(B) 6.98º 0.86% 0.87% -
XYZ 31.4 18.11 3.21 -
YUV 101.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 221 54 32 0 0.76 0.86 0.13 6.98 0.75 0.5
Hex DD 36 20 0 4C 56 D 7 4B 32
Octal 335 66 40 0 114 126 15 7 113 62
Binary 11011101 110110 100000 0 1001100 1010110 1101 111 1001011 110010

Color Harmonies of #DD3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3620

Black with #DD3620

Text Example


Text Example

White with #DD3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3620; }

 p { color: rgb(221,54,32); }

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

background-color css

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

 a { background-color: rgb(221,54,32); }

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

border-color css

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

 span { border-color: rgb(221,54,32); }

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