Html Css Color HEX #DF553B Chilean Fire

📋 copy color: '#DF553B'

red 223 ◦ green 85 ◦ blue 59

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

Shades of Chilean Fire #DF553B

Tints of Chilean Fire #DF553B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 60.76%
G = 23.16%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF553B (or 0xDF553B) is known color: Chilean Fire. HEX triplet: DF, 55 and 3B. RGB value is (223,85,59). Sum of RGB (Red+Green+Blue) = 223+85+59=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF553B is #20AAC4. Grayscale: #7B7B7B. Windows color (decimal): -2140869 or 3888607. OLE color: 3888607.

HSL color Cylindrical-coordinate representation of color #DF553B: hue angle of 9.51º 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 #DF553B is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 59 -
CMYK 0 0.62 0.74 0.13
HSL 9.51º 0.72% 0.55% -
HSV(B) 9.51º 0.74% 0.87% -
XYZ 34.47 22.5 6.66 -
YUV 123.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 223 85 59 0 0.62 0.74 0.13 9.51 0.72 0.55
Hex DF 55 3B 0 3E 4A D A 48 37
Octal 337 125 73 0 76 112 15 12 110 67
Binary 11011111 1010101 111011 0 111110 1001010 1101 1010 1001000 110111

Color Harmonies of #DF553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF553B

Black with #DF553B

Text Example


Text Example

White with #DF553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF553B; }

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

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

background-color css

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

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

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

border-color css

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

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

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