Html Css Color HEX #DC5330 Chilean Fire

📋 copy color: '#DC5330'

red 220 ◦ green 83 ◦ blue 48

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

Shades of Chilean Fire #DC5330

Tints of Chilean Fire #DC5330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 62.68%
G = 23.65%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5330 (or 0xDC5330) is known color: Chilean Fire. HEX triplet: DC, 53 and 30. RGB value is (220,83,48). Sum of RGB (Red+Green+Blue) = 220+83+48=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5330 is #23ACCF. Grayscale: #787878. Windows color (decimal): -2338000 or 3167196. OLE color: 3167196.

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

Color convert

RGB 220 83 48 -
CMYK 0 0.62 0.78 0.14
HSL 12.21º 0.71% 0.53% -
HSV(B) 12.21º 0.78% 0.86% -
XYZ 33.14 21.62 5.22 -
YUV 119.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 220 83 48 0 0.62 0.78 0.14 12.21 0.71 0.53
Hex DC 53 30 0 3E 4E E C 47 35
Octal 334 123 60 0 76 116 16 14 107 65
Binary 11011100 1010011 110000 0 111110 1001110 1110 1100 1000111 110101

Color Harmonies of #DC5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5330

Black with #DC5330

Text Example


Text Example

White with #DC5330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5330; }

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

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

background-color css

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

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

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

border-color css

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

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

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