Html Css Color HEX #DC5F30 Chilean Fire

📋 copy color: '#DC5F30'

red 220 ◦ green 95 ◦ blue 48

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

Shades of Chilean Fire #DC5F30

Tints of Chilean Fire #DC5F30

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 60.61%
G = 26.17%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5F30 (or 0xDC5F30) is known color: Chilean Fire. HEX triplet: DC, 5F and 30. RGB value is (220,95,48). Sum of RGB (Red+Green+Blue) = 220+95+48=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F30 is #23A0CF. Grayscale: #7F7F7F. Windows color (decimal): -2334928 or 3170268. OLE color: 3170268.

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

Color convert

RGB 220 95 48 -
CMYK 0 0.57 0.78 0.14
HSL 16.4º 0.71% 0.53% -
HSV(B) 16.4º 0.78% 0.86% -
XYZ 34.14 23.61 5.55 -
YUV 127.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 220 95 48 0 0.57 0.78 0.14 16.4 0.71 0.53
Hex DC 5F 30 0 39 4E E 10 47 35
Octal 334 137 60 0 71 116 16 20 107 65
Binary 11011100 1011111 110000 0 111001 1001110 1110 10000 1000111 110101

Color Harmonies of #DC5F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F30

Black with #DC5F30

Text Example


Text Example

White with #DC5F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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