Html Css Color HEX #DC5030 Cinnabar

📋 copy color: '#DC5030'

red 220 ◦ green 80 ◦ blue 48

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

Shades of Cinnabar #DC5030

Tints of Cinnabar #DC5030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 63.22%
G = 22.99%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5030 (or 0xDC5030) is known color: Cinnabar. HEX triplet: DC, 50 and 30. RGB value is (220,80,48). Sum of RGB (Red+Green+Blue) = 220+80+48=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5030 is #23AFCF. Grayscale: #767676. Windows color (decimal): -2338768 or 3166428. OLE color: 3166428.

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

Color convert

RGB 220 80 48 -
CMYK 0 0.64 0.78 0.14
HSL 11.16º 0.71% 0.53% -
HSV(B) 11.16º 0.78% 0.86% -
XYZ 32.92 21.17 5.15 -
YUV 118.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 220 80 48 0 0.64 0.78 0.14 11.16 0.71 0.53
Hex DC 50 30 0 40 4E E B 47 35
Octal 334 120 60 0 100 116 16 13 107 65
Binary 11011100 1010000 110000 0 1000000 1001110 1110 1011 1000111 110101

Color Harmonies of #DC5030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5030

Black with #DC5030

Text Example


Text Example

White with #DC5030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5030; }

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

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

background-color css

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

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

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

border-color css

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

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

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