Html Css Color HEX #DC503B Cinnabar

📋 copy color: '#DC503B'

red 220 ◦ green 80 ◦ blue 59

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

Shades of Cinnabar #DC503B

Tints of Cinnabar #DC503B

RGB

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

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

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

R = 61.28%
G = 22.28%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC503B (or 0xDC503B) is known color: Cinnabar. HEX triplet: DC, 50 and 3B. RGB value is (220,80,59). Sum of RGB (Red+Green+Blue) = 220+80+59=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC503B is #23AFC4. Grayscale: #777777. Windows color (decimal): -2338757 or 3887324. OLE color: 3887324.

HSL color Cylindrical-coordinate representation of color #DC503B: hue angle of 7.83º 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 #DC503B is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 59 -
CMYK 0 0.64 0.73 0.14
HSL 7.83º 0.7% 0.55% -
HSV(B) 7.83º 0.73% 0.86% -
XYZ 33.17 21.27 6.49 -
YUV 119.47 93.88 199.71 -
System Red Green Blue C M Y K H S L
Decimal 220 80 59 0 0.64 0.73 0.14 7.83 0.7 0.55
Hex DC 50 3B 0 40 49 E 8 46 37
Octal 334 120 73 0 100 111 16 10 106 67
Binary 11011100 1010000 111011 0 1000000 1001001 1110 1000 1000110 110111

Color Harmonies of #DC503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC503B

Black with #DC503B

Text Example


Text Example

White with #DC503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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