Html Css Color HEX #DF5C3B Chilean Fire

📋 copy color: '#DF5C3B'

red 223 ◦ green 92 ◦ blue 59

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

Shades of Chilean Fire #DF5C3B

Tints of Chilean Fire #DF5C3B

RGB

 RED value IS 223 (87.5% from 255) = 59.63%

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 59.63%
G = 24.6%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF5C3B (or 0xDF5C3B) is known color: Chilean Fire. HEX triplet: DF, 5C and 3B. RGB value is (223,92,59). Sum of RGB (Red+Green+Blue) = 223+92+59=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C3B is #20A3C4. Grayscale: #7F7F7F. Windows color (decimal): -2139077 or 3890399. OLE color: 3890399.

HSL color Cylindrical-coordinate representation of color #DF5C3B: hue angle of 12.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF5C3B is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 92 59 -
CMYK 0 0.59 0.74 0.13
HSL 12.07º 0.72% 0.55% -
HSV(B) 12.07º 0.74% 0.87% -
XYZ 35.05 23.66 6.86 -
YUV 127.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 223 92 59 0 0.59 0.74 0.13 12.07 0.72 0.55
Hex DF 5C 3B 0 3B 4A D C 48 37
Octal 337 134 73 0 73 112 15 14 110 67
Binary 11011111 1011100 111011 0 111011 1001010 1101 1100 1001000 110111

Color Harmonies of #DF5C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C3B

Black with #DF5C3B

Text Example


Text Example

White with #DF5C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C3B; }

 p { color: rgb(223,92,59); }

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

background-color css

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

 a { background-color: rgb(223,92,59); }

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

border-color css

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

 span { border-color: rgb(223,92,59); }

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