Html Css Color HEX #DC5B30 Chilean Fire

📋 copy color: '#DC5B30'

red 220 ◦ green 91 ◦ blue 48

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

Shades of Chilean Fire #DC5B30

Tints of Chilean Fire #DC5B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

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

R = 61.28%
G = 25.35%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5B30 (or 0xDC5B30) is known color: Chilean Fire. HEX triplet: DC, 5B and 30. RGB value is (220,91,48). Sum of RGB (Red+Green+Blue) = 220+91+48=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B30 is #23A4CF. Grayscale: #7C7C7C. Windows color (decimal): -2335952 or 3169244. OLE color: 3169244.

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

Color convert

RGB 220 91 48 -
CMYK 0 0.59 0.78 0.14
HSL 15º 0.71% 0.53% -
HSV(B) 15º 0.78% 0.86% -
XYZ 33.79 22.91 5.44 -
YUV 124.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 220 91 48 0 0.59 0.78 0.14 15 0.71 0.53
Hex DC 5B 30 0 3B 4E E F 47 35
Octal 334 133 60 0 73 116 16 17 107 65
Binary 11011100 1011011 110000 0 111011 1001110 1110 1111 1000111 110101

Color Harmonies of #DC5B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B30

Black with #DC5B30

Text Example


Text Example

White with #DC5B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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