Html Css Color HEX #DC592B Chilean Fire

📋 copy color: '#DC592B'

red 220 ◦ green 89 ◦ blue 43

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

Shades of Chilean Fire #DC592B

Tints of Chilean Fire #DC592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 62.5%
G = 25.28%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC592B (or 0xDC592B) is known color: Chilean Fire. HEX triplet: DC, 59 and 2B. RGB value is (220,89,43). Sum of RGB (Red+Green+Blue) = 220+89+43=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC592B is #23A6D4. Grayscale: #7B7B7B. Windows color (decimal): -2336469 or 2841052. OLE color: 2841052.

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

Color convert

RGB 220 89 43 -
CMYK 0 0.60 0.80 0.14
HSL 15.59º 0.72% 0.52% -
HSV(B) 15.59º 0.8% 0.86% -
XYZ 33.52 22.53 4.87 -
YUV 122.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 220 89 43 0 0.60 0.80 0.14 15.59 0.72 0.52
Hex DC 59 2B 0 3C 50 E 10 48 34
Octal 334 131 53 0 74 120 16 20 110 64
Binary 11011100 1011001 101011 0 111100 1010000 1110 10000 1001000 110100

Color Harmonies of #DC592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC592B

Black with #DC592B

Text Example


Text Example

White with #DC592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC592B; }

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

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

background-color css

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

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

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

border-color css

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

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

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