Html Css Color HEX #DC5131 Cinnabar

📋 copy color: '#DC5131'

red 220 ◦ green 81 ◦ blue 49

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

Shades of Cinnabar #DC5131

Tints of Cinnabar #DC5131

RGB

 RED value IS 220 (86.33% from 255) = 62.86%

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

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

R = 62.86%
G = 23.14%
B = 14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5131 (or 0xDC5131) is known color: Cinnabar. HEX triplet: DC, 51 and 31. RGB value is (220,81,49). Sum of RGB (Red+Green+Blue) = 220+81+49=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5131 is #23AECE. Grayscale: #777777. Windows color (decimal): -2338511 or 3232220. OLE color: 3232220.

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

Color convert

RGB 220 81 49 -
CMYK 0 0.63 0.78 0.14
HSL 11.23º 0.71% 0.53% -
HSV(B) 11.23º 0.78% 0.86% -
XYZ 33.01 21.32 5.28 -
YUV 118.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 220 81 49 0 0.63 0.78 0.14 11.23 0.71 0.53
Hex DC 51 31 0 3F 4E E B 47 35
Octal 334 121 61 0 77 116 16 13 107 65
Binary 11011100 1010001 110001 0 111111 1001110 1110 1011 1000111 110101

Color Harmonies of #DC5131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5131

Black with #DC5131

Text Example


Text Example

White with #DC5131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5131; }

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

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

background-color css

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

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

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

border-color css

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

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

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