Html Css Color HEX #DC503A Cinnabar

📋 copy color: '#DC503A'

red 220 ◦ green 80 ◦ blue 58

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

Shades of Cinnabar #DC503A

Tints of Cinnabar #DC503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 61.45%
G = 22.35%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC503A (or 0xDC503A) is known color: Cinnabar. HEX triplet: DC, 50 and 3A. RGB value is (220,80,58). Sum of RGB (Red+Green+Blue) = 220+80+58=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC503A is #23AFC5. Grayscale: #777777. Windows color (decimal): -2338758 or 3821788. OLE color: 3821788.

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

Color convert

RGB 220 80 58 -
CMYK 0 0.64 0.74 0.14
HSL 8.15º 0.7% 0.55% -
HSV(B) 8.15º 0.74% 0.86% -
XYZ 33.15 21.26 6.36 -
YUV 119.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 220 80 58 0 0.64 0.74 0.14 8.15 0.7 0.55
Hex DC 50 3A 0 40 4A E 8 46 37
Octal 334 120 72 0 100 112 16 10 106 67
Binary 11011100 1010000 111010 0 1000000 1001010 1110 1000 1000110 110111

Color Harmonies of #DC503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC503A

Black with #DC503A

Text Example


Text Example

White with #DC503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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