Html Css Color HEX #DD5131 Cinnabar

📋 copy color: '#DD5131'

red 221 ◦ green 81 ◦ blue 49

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

Shades of Cinnabar #DD5131

Tints of Cinnabar #DD5131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

 BLUE value IS 49 (19.53% from 255) = 13.96%

R = 62.96%
G = 23.08%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5131 (or 0xDD5131) is known color: Cinnabar. HEX triplet: DD, 51 and 31. RGB value is (221,81,49). Sum of RGB (Red+Green+Blue) = 221+81+49=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5131 is #22AECE. Grayscale: #777777. Windows color (decimal): -2272975 or 3232221. OLE color: 3232221.

HSL color Cylindrical-coordinate representation of color #DD5131: hue angle of 11.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD5131 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 49 -
CMYK 0 0.63 0.78 0.13
HSL 11.16º 0.72% 0.53% -
HSV(B) 11.16º 0.78% 0.87% -
XYZ 33.32 21.48 5.3 -
YUV 119.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 221 81 49 0 0.63 0.78 0.13 11.16 0.72 0.53
Hex DD 51 31 0 3F 4E D B 48 35
Octal 335 121 61 0 77 116 15 13 110 65
Binary 11011101 1010001 110001 0 111111 1001110 1101 1011 1001000 110101

Color Harmonies of #DD5131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5131

Black with #DD5131

Text Example


Text Example

White with #DD5131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5131; }

 p { color: rgb(221,81,49); }

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

background-color css

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

 a { background-color: rgb(221,81,49); }

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

border-color css

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

 span { border-color: rgb(221,81,49); }

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