Html Css Color HEX #DD4037 Cinnabar

📋 copy color: '#DD4037'

red 221 ◦ green 64 ◦ blue 55

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

Shades of Cinnabar #DD4037

Tints of Cinnabar #DD4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

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

R = 65%
G = 18.82%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4037 (or 0xDD4037) is known color: Cinnabar. HEX triplet: DD, 40 and 37. RGB value is (221,64,55). Sum of RGB (Red+Green+Blue) = 221+64+55=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4037 is #22BFC8. Grayscale: #6E6E6E. Windows color (decimal): -2277321 or 3621085. OLE color: 3621085.

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

Color convert

RGB 221 64 55 -
CMYK 0 0.71 0.75 0.13
HSL 3.25º 0.71% 0.54% -
HSV(B) 3.25º 0.75% 0.87% -
XYZ 32.34 19.31 5.64 -
YUV 109.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 221 64 55 0 0.71 0.75 0.13 3.25 0.71 0.54
Hex DD 40 37 0 47 4B D 3 47 36
Octal 335 100 67 0 107 113 15 3 107 66
Binary 11011101 1000000 110111 0 1000111 1001011 1101 11 1000111 110110

Color Harmonies of #DD4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4037

Black with #DD4037

Text Example


Text Example

White with #DD4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4037; }

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

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

background-color css

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

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

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

border-color css

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

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

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