Html Css Color HEX #DF553A Chilean Fire

📋 copy color: '#DF553A'

red 223 ◦ green 85 ◦ blue 58

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

Shades of Chilean Fire #DF553A

Tints of Chilean Fire #DF553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 60.93%
G = 23.22%
B = 15.85%

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

#DF553A (or 0xDF553A) is known color: Chilean Fire. HEX triplet: DF, 55 and 3A. RGB value is (223,85,58). Sum of RGB (Red+Green+Blue) = 223+85+58=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF553A is #20AAC5. Grayscale: #7B7B7B. Windows color (decimal): -2140870 or 3823071. OLE color: 3823071.

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

Color convert

RGB 223 85 58 -
CMYK 0 0.62 0.74 0.13
HSL 9.82º 0.72% 0.55% -
HSV(B) 9.82º 0.74% 0.87% -
XYZ 34.44 22.49 6.53 -
YUV 123.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 223 85 58 0 0.62 0.74 0.13 9.82 0.72 0.55
Hex DF 55 3A 0 3E 4A D A 48 37
Octal 337 125 72 0 76 112 15 12 110 67
Binary 11011111 1010101 111010 0 111110 1001010 1101 1010 1001000 110111

Color Harmonies of #DF553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF553A

Black with #DF553A

Text Example


Text Example

White with #DF553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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