Html Css Color HEX #DC523B Cinnabar

📋 copy color: '#DC523B'

red 220 ◦ green 82 ◦ blue 59

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

Shades of Cinnabar #DC523B

Tints of Cinnabar #DC523B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 60.94%
G = 22.71%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC523B (or 0xDC523B) is known color: Cinnabar. HEX triplet: DC, 52 and 3B. RGB value is (220,82,59). Sum of RGB (Red+Green+Blue) = 220+82+59=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC523B is #23ADC4. Grayscale: #787878. Windows color (decimal): -2338245 or 3887836. OLE color: 3887836.

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

Color convert

RGB 220 82 59 -
CMYK 0 0.63 0.73 0.14
HSL 8.57º 0.7% 0.55% -
HSV(B) 8.57º 0.73% 0.86% -
XYZ 33.32 21.57 6.54 -
YUV 120.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 220 82 59 0 0.63 0.73 0.14 8.57 0.7 0.55
Hex DC 52 3B 0 3F 49 E 9 46 37
Octal 334 122 73 0 77 111 16 11 106 67
Binary 11011100 1010010 111011 0 111111 1001001 1110 1001 1000110 110111

Color Harmonies of #DC523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC523B

Black with #DC523B

Text Example


Text Example

White with #DC523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC523B; }

 p { color: rgb(220,82,59); }

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

background-color css

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

 a { background-color: rgb(220,82,59); }

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

border-color css

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

 span { border-color: rgb(220,82,59); }

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