Html Css Color HEX #DD4937 Cinnabar

📋 copy color: '#DD4937'

red 221 ◦ green 73 ◦ blue 55

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

Shades of Cinnabar #DD4937

Tints of Cinnabar #DD4937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

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

R = 63.32%
G = 20.92%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4937 (or 0xDD4937) is known color: Cinnabar. HEX triplet: DD, 49 and 37. RGB value is (221,73,55). Sum of RGB (Red+Green+Blue) = 221+73+55=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4937 is #22B6C8. Grayscale: #737373. Windows color (decimal): -2275017 or 3623389. OLE color: 3623389.

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

Color convert

RGB 221 73 55 -
CMYK 0 0.67 0.75 0.13
HSL 6.51º 0.71% 0.54% -
HSV(B) 6.51º 0.75% 0.87% -
XYZ 32.89 20.41 5.82 -
YUV 115.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 221 73 55 0 0.67 0.75 0.13 6.51 0.71 0.54
Hex DD 49 37 0 43 4B D 7 47 36
Octal 335 111 67 0 103 113 15 7 107 66
Binary 11011101 1001001 110111 0 1000011 1001011 1101 111 1000111 110110

Color Harmonies of #DD4937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4937

Black with #DD4937

Text Example


Text Example

White with #DD4937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4937; }

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

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

background-color css

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

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

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

border-color css

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

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

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