Html Css Color HEX #DC592F Chilean Fire

📋 copy color: '#DC592F'

red 220 ◦ green 89 ◦ blue 47

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

Shades of Chilean Fire #DC592F

Tints of Chilean Fire #DC592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 61.8%
G = 25%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC592F (or 0xDC592F) is known color: Chilean Fire. HEX triplet: DC, 59 and 2F. RGB value is (220,89,47). Sum of RGB (Red+Green+Blue) = 220+89+47=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC592F is #23A6D0. Grayscale: #7B7B7B. Windows color (decimal): -2336465 or 3103196. OLE color: 3103196.

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

Color convert

RGB 220 89 47 -
CMYK 0 0.60 0.79 0.14
HSL 14.57º 0.71% 0.52% -
HSV(B) 14.57º 0.79% 0.86% -
XYZ 33.6 22.57 5.27 -
YUV 123.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 220 89 47 0 0.60 0.79 0.14 14.57 0.71 0.52
Hex DC 59 2F 0 3C 4F E F 47 34
Octal 334 131 57 0 74 117 16 17 107 64
Binary 11011100 1011001 101111 0 111100 1001111 1110 1111 1000111 110100

Color Harmonies of #DC592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC592F

Black with #DC592F

Text Example


Text Example

White with #DC592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC592F; }

 p { color: rgb(220,89,47); }

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

background-color css

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

 a { background-color: rgb(220,89,47); }

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

border-color css

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

 span { border-color: rgb(220,89,47); }

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