Html Css Color HEX #DD5039 Cinnabar

📋 copy color: '#DD5039'

red 221 ◦ green 80 ◦ blue 57

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

Shades of Cinnabar #DD5039

Tints of Cinnabar #DD5039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.92%

R = 61.73%
G = 22.35%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD5039 (or 0xDD5039) is known color: Cinnabar. HEX triplet: DD, 50 and 39. RGB value is (221,80,57). Sum of RGB (Red+Green+Blue) = 221+80+57=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5039 is #22AFC6. Grayscale: #777777. Windows color (decimal): -2273223 or 3756253. OLE color: 3756253.

HSL color Cylindrical-coordinate representation of color #DD5039: hue angle of 8.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD5039 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 57 -
CMYK 0 0.64 0.74 0.13
HSL 8.41º 0.71% 0.55% -
HSV(B) 8.41º 0.74% 0.87% -
XYZ 33.43 21.4 6.24 -
YUV 119.54 92.71 200.37 -
System Red Green Blue C M Y K H S L
Decimal 221 80 57 0 0.64 0.74 0.13 8.41 0.71 0.55
Hex DD 50 39 0 40 4A D 8 47 37
Octal 335 120 71 0 100 112 15 10 107 67
Binary 11011101 1010000 111001 0 1000000 1001010 1101 1000 1000111 110111

Color Harmonies of #DD5039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5039

Black with #DD5039

Text Example


Text Example

White with #DD5039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5039; }

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

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

background-color css

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

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

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

border-color css

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

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

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