Html Css Color HEX #DD5038 Cinnabar

📋 copy color: '#DD5038'

red 221 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #DD5038

Tints of Cinnabar #DD5038

RGB

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

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

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

R = 61.9%
G = 22.41%
B = 15.69%

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

#DD5038 (or 0xDD5038) is known color: Cinnabar. HEX triplet: DD, 50 and 38. RGB value is (221,80,56). Sum of RGB (Red+Green+Blue) = 221+80+56=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5038 is #22AFC7. Grayscale: #777777. Windows color (decimal): -2273224 or 3690717. OLE color: 3690717.

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

Color convert

RGB 221 80 56 -
CMYK 0 0.64 0.75 0.13
HSL 8.73º 0.71% 0.54% -
HSV(B) 8.73º 0.75% 0.87% -
XYZ 33.4 21.4 6.11 -
YUV 119.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 221 80 56 0 0.64 0.75 0.13 8.73 0.71 0.54
Hex DD 50 38 0 40 4B D 9 47 36
Octal 335 120 70 0 100 113 15 11 107 66
Binary 11011101 1010000 111000 0 1000000 1001011 1101 1001 1000111 110110

Color Harmonies of #DD5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5038

Black with #DD5038

Text Example


Text Example

White with #DD5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5038; }

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

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

background-color css

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

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

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

border-color css

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

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

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