Html Css Color HEX #DD5037 Cinnabar

📋 copy color: '#DD5037'

red 221 ◦ green 80 ◦ blue 55

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

Shades of Cinnabar #DD5037

Tints of Cinnabar #DD5037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 55 (21.88% from 255) = 15.45%

R = 62.08%
G = 22.47%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD5037 (or 0xDD5037) is known color: Cinnabar. HEX triplet: DD, 50 and 37. RGB value is (221,80,55). Sum of RGB (Red+Green+Blue) = 221+80+55=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5037 is #22AFC8. Grayscale: #777777. Windows color (decimal): -2273225 or 3625181. OLE color: 3625181.

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

Color convert

RGB 221 80 55 -
CMYK 0 0.64 0.75 0.13
HSL 9.04º 0.71% 0.54% -
HSV(B) 9.04º 0.75% 0.87% -
XYZ 33.38 21.39 5.98 -
YUV 119.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 221 80 55 0 0.64 0.75 0.13 9.04 0.71 0.54
Hex DD 50 37 0 40 4B D 9 47 36
Octal 335 120 67 0 100 113 15 11 107 66
Binary 11011101 1010000 110111 0 1000000 1001011 1101 1001 1000111 110110

Color Harmonies of #DD5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5037

Black with #DD5037

Text Example


Text Example

White with #DD5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5037; }

 p { color: rgb(221,80,55); }

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

background-color css

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

 a { background-color: rgb(221,80,55); }

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

border-color css

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

 span { border-color: rgb(221,80,55); }

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