Html Css Color HEX #DC5733 Chilean Fire

📋 copy color: '#DC5733'

red 220 ◦ green 87 ◦ blue 51

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

Shades of Chilean Fire #DC5733

Tints of Chilean Fire #DC5733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 61.45%
G = 24.3%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC5733 (or 0xDC5733) is known color: Chilean Fire. HEX triplet: DC, 57 and 33. RGB value is (220,87,51). Sum of RGB (Red+Green+Blue) = 220+87+51=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5733 is #23A8CC. Grayscale: #7A7A7A. Windows color (decimal): -2336973 or 3364828. OLE color: 3364828.

HSL color Cylindrical-coordinate representation of color #DC5733: hue angle of 12.78º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5733 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 51 -
CMYK 0 0.60 0.77 0.14
HSL 12.78º 0.71% 0.53% -
HSV(B) 12.78º 0.77% 0.86% -
XYZ 33.52 22.27 5.66 -
YUV 122.66 87.56 197.43 -
System Red Green Blue C M Y K H S L
Decimal 220 87 51 0 0.60 0.77 0.14 12.78 0.71 0.53
Hex DC 57 33 0 3C 4D E D 47 35
Octal 334 127 63 0 74 115 16 15 107 65
Binary 11011100 1010111 110011 0 111100 1001101 1110 1101 1000111 110101

Color Harmonies of #DC5733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5733

Black with #DC5733

Text Example


Text Example

White with #DC5733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5733; }

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

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

background-color css

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

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

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

border-color css

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

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

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