Html Css Color HEX #DD3820 Cinnabar

📋 copy color: '#DD3820'

red 221 ◦ green 56 ◦ blue 32

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

Shades of Cinnabar #DD3820

Tints of Cinnabar #DD3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

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

R = 71.52%
G = 18.12%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD3820 (or 0xDD3820) is known color: Cinnabar. HEX triplet: DD, 38 and 20. RGB value is (221,56,32). Sum of RGB (Red+Green+Blue) = 221+56+32=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3820 is #22C7DF. Grayscale: #666666. Windows color (decimal): -2279392 or 2111709. OLE color: 2111709.

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

Color convert

RGB 221 56 32 -
CMYK 0 0.75 0.86 0.13
HSL 7.62º 0.75% 0.5% -
HSV(B) 7.62º 0.86% 0.87% -
XYZ 31.49 18.3 3.24 -
YUV 102.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 221 56 32 0 0.75 0.86 0.13 7.62 0.75 0.5
Hex DD 38 20 0 4B 56 D 8 4B 32
Octal 335 70 40 0 113 126 15 10 113 62
Binary 11011101 111000 100000 0 1001011 1010110 1101 1000 1001011 110010

Color Harmonies of #DD3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3820

Black with #DD3820

Text Example


Text Example

White with #DD3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3820; }

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

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

background-color css

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

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

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

border-color css

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

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

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