Html Css Color HEX #DD3F20 Cinnabar

📋 copy color: '#DD3F20'

red 221 ◦ green 63 ◦ blue 32

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

Shades of Cinnabar #DD3F20

Tints of Cinnabar #DD3F20

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

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

R = 69.94%
G = 19.94%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD3F20 (or 0xDD3F20) is known color: Cinnabar. HEX triplet: DD, 3F and 20. RGB value is (221,63,32). Sum of RGB (Red+Green+Blue) = 221+63+32=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F20 is #22C0DF. Grayscale: #6A6A6A. Windows color (decimal): -2277600 or 2113501. OLE color: 2113501.

HSL color Cylindrical-coordinate representation of color #DD3F20: hue angle of 9.84º 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 #DD3F20 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 63 32 -
CMYK 0 0.71 0.86 0.13
HSL 9.84º 0.75% 0.5% -
HSV(B) 9.84º 0.86% 0.87% -
XYZ 31.86 19.03 3.36 -
YUV 106.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 221 63 32 0 0.71 0.86 0.13 9.84 0.75 0.5
Hex DD 3F 20 0 47 56 D A 4B 32
Octal 335 77 40 0 107 126 15 12 113 62
Binary 11011101 111111 100000 0 1000111 1010110 1101 1010 1001011 110010

Color Harmonies of #DD3F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F20

Black with #DD3F20

Text Example


Text Example

White with #DD3F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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