Html Css Color HEX #DD4437 Cinnabar

📋 copy color: '#DD4437'

red 221 ◦ green 68 ◦ blue 55

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

Shades of Cinnabar #DD4437

Tints of Cinnabar #DD4437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 64.24%
G = 19.77%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4437 (or 0xDD4437) is known color: Cinnabar. HEX triplet: DD, 44 and 37. RGB value is (221,68,55). Sum of RGB (Red+Green+Blue) = 221+68+55=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4437 is #22BBC8. Grayscale: #707070. Windows color (decimal): -2276297 or 3622109. OLE color: 3622109.

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

Color convert

RGB 221 68 55 -
CMYK 0 0.69 0.75 0.13
HSL 4.7º 0.71% 0.54% -
HSV(B) 4.7º 0.75% 0.87% -
XYZ 32.58 19.78 5.72 -
YUV 112.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 221 68 55 0 0.69 0.75 0.13 4.7 0.71 0.54
Hex DD 44 37 0 45 4B D 5 47 36
Octal 335 104 67 0 105 113 15 5 107 66
Binary 11011101 1000100 110111 0 1000101 1001011 1101 101 1000111 110110

Color Harmonies of #DD4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4437

Black with #DD4437

Text Example


Text Example

White with #DD4437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4437; }

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

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

background-color css

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

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

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

border-color css

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

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

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