Html Css Color HEX #DD4C38 Cinnabar

📋 copy color: '#DD4C38'

red 221 ◦ green 76 ◦ blue 56

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

Shades of Cinnabar #DD4C38

Tints of Cinnabar #DD4C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 62.61%
G = 21.53%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4C38 (or 0xDD4C38) is known color: Cinnabar. HEX triplet: DD, 4C and 38. RGB value is (221,76,56). Sum of RGB (Red+Green+Blue) = 221+76+56=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C38 is #22B3C7. Grayscale: #757575. Windows color (decimal): -2274248 or 3689693. OLE color: 3689693.

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

Color convert

RGB 221 76 56 -
CMYK 0 0.66 0.75 0.13
HSL 7.27º 0.71% 0.54% -
HSV(B) 7.27º 0.75% 0.87% -
XYZ 33.12 20.83 6.02 -
YUV 117.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 221 76 56 0 0.66 0.75 0.13 7.27 0.71 0.54
Hex DD 4C 38 0 42 4B D 7 47 36
Octal 335 114 70 0 102 113 15 7 107 66
Binary 11011101 1001100 111000 0 1000010 1001011 1101 111 1000111 110110

Color Harmonies of #DD4C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C38

Black with #DD4C38

Text Example


Text Example

White with #DD4C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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