Html Css Color HEX #DF5A2C Chilean Fire

📋 copy color: '#DF5A2C'

red 223 ◦ green 90 ◦ blue 44

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

Shades of Chilean Fire #DF5A2C

Tints of Chilean Fire #DF5A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 62.46%
G = 25.21%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF5A2C (or 0xDF5A2C) is known color: Chilean Fire. HEX triplet: DF, 5A and 2C. RGB value is (223,90,44). Sum of RGB (Red+Green+Blue) = 223+90+44=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A2C is #20A5D3. Grayscale: #7C7C7C. Windows color (decimal): -2139604 or 2906847. OLE color: 2906847.

HSL color Cylindrical-coordinate representation of color #DF5A2C: hue angle of 15.42º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF5A2C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 44 -
CMYK 0 0.60 0.80 0.13
HSL 15.42º 0.74% 0.52% -
HSV(B) 15.42º 0.8% 0.87% -
XYZ 34.54 23.18 5.04 -
YUV 124.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 223 90 44 0 0.60 0.80 0.13 15.42 0.74 0.52
Hex DF 5A 2C 0 3C 50 D F 4A 34
Octal 337 132 54 0 74 120 15 17 112 64
Binary 11011111 1011010 101100 0 111100 1010000 1101 1111 1001010 110100

Color Harmonies of #DF5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A2C

Black with #DF5A2C

Text Example


Text Example

White with #DF5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A2C; }

 p { color: rgb(223,90,44); }

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

background-color css

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

 a { background-color: rgb(223,90,44); }

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

border-color css

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

 span { border-color: rgb(223,90,44); }

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