Html Css Color HEX #DC5139 Cinnabar

📋 copy color: '#DC5139'

red 220 ◦ green 81 ◦ blue 57

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

Shades of Cinnabar #DC5139

Tints of Cinnabar #DC5139

RGB

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

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

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

R = 61.45%
G = 22.63%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5139 (or 0xDC5139) is known color: Cinnabar. HEX triplet: DC, 51 and 39. RGB value is (220,81,57). Sum of RGB (Red+Green+Blue) = 220+81+57=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5139 is #23AEC6. Grayscale: #787878. Windows color (decimal): -2338503 or 3756508. OLE color: 3756508.

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

Color convert

RGB 220 81 57 -
CMYK 0 0.63 0.74 0.14
HSL 8.83º 0.7% 0.54% -
HSV(B) 8.83º 0.74% 0.86% -
XYZ 33.2 21.4 6.25 -
YUV 119.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 220 81 57 0 0.63 0.74 0.14 8.83 0.7 0.54
Hex DC 51 39 0 3F 4A E 9 46 36
Octal 334 121 71 0 77 112 16 11 106 66
Binary 11011100 1010001 111001 0 111111 1001010 1110 1001 1000110 110110

Color Harmonies of #DC5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5139

Black with #DC5139

Text Example


Text Example

White with #DC5139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5139; }

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

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

background-color css

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

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

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

border-color css

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

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

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