Html Css Color HEX #DD3920 Cinnabar

📋 copy color: '#DD3920'

red 221 ◦ green 57 ◦ blue 32

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

Shades of Cinnabar #DD3920

Tints of Cinnabar #DD3920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

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

R = 71.29%
G = 18.39%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD3920 (or 0xDD3920) is known color: Cinnabar. HEX triplet: DD, 39 and 20. RGB value is (221,57,32). Sum of RGB (Red+Green+Blue) = 221+57+32=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3920 is #22C6DF. Grayscale: #676767. Windows color (decimal): -2279136 or 2111965. OLE color: 2111965.

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

Color convert

RGB 221 57 32 -
CMYK 0 0.74 0.86 0.13
HSL 7.94º 0.75% 0.5% -
HSV(B) 7.94º 0.86% 0.87% -
XYZ 31.54 18.4 3.26 -
YUV 103.19 87.83 212.03 -
System Red Green Blue C M Y K H S L
Decimal 221 57 32 0 0.74 0.86 0.13 7.94 0.75 0.5
Hex DD 39 20 0 4A 56 D 8 4B 32
Octal 335 71 40 0 112 126 15 10 113 62
Binary 11011101 111001 100000 0 1001010 1010110 1101 1000 1001011 110010

Color Harmonies of #DD3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3920

Black with #DD3920

Text Example


Text Example

White with #DD3920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3920; }

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

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

background-color css

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

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

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

border-color css

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

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

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