Html Css Color HEX #DC5730 Chilean Fire

📋 copy color: '#DC5730'

red 220 ◦ green 87 ◦ blue 48

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

Shades of Chilean Fire #DC5730

Tints of Chilean Fire #DC5730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.51%

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

R = 61.97%
G = 24.51%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5730 (or 0xDC5730) is known color: Chilean Fire. HEX triplet: DC, 57 and 30. RGB value is (220,87,48). Sum of RGB (Red+Green+Blue) = 220+87+48=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5730 is #23A8CF. Grayscale: #7A7A7A. Windows color (decimal): -2336976 or 3168220. OLE color: 3168220.

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

Color convert

RGB 220 87 48 -
CMYK 0 0.60 0.78 0.14
HSL 13.6º 0.71% 0.53% -
HSV(B) 13.6º 0.78% 0.86% -
XYZ 33.46 22.25 5.33 -
YUV 122.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 220 87 48 0 0.60 0.78 0.14 13.6 0.71 0.53
Hex DC 57 30 0 3C 4E E E 47 35
Octal 334 127 60 0 74 116 16 16 107 65
Binary 11011100 1010111 110000 0 111100 1001110 1110 1110 1000111 110101

Color Harmonies of #DC5730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5730

Black with #DC5730

Text Example


Text Example

White with #DC5730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5730; }

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

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

background-color css

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

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

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

border-color css

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

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

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