Html Css Color HEX #DC583B Chilean Fire

📋 copy color: '#DC583B'

red 220 ◦ green 88 ◦ blue 59

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

Shades of Chilean Fire #DC583B

Tints of Chilean Fire #DC583B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 59.95%
G = 23.98%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC583B (or 0xDC583B) is known color: Chilean Fire. HEX triplet: DC, 58 and 3B. RGB value is (220,88,59). Sum of RGB (Red+Green+Blue) = 220+88+59=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC583B is #23A7C4. Grayscale: #7C7C7C. Windows color (decimal): -2336709 or 3889372. OLE color: 3889372.

HSL color Cylindrical-coordinate representation of color #DC583B: hue angle of 10.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC583B is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 59 -
CMYK 0 0.6 0.73 0.14
HSL 10.81º 0.7% 0.55% -
HSV(B) 10.81º 0.73% 0.86% -
XYZ 33.79 22.51 6.7 -
YUV 124.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 220 88 59 0 0.6 0.73 0.14 10.81 0.7 0.55
Hex DC 58 3B 0 3C 49 E B 46 37
Octal 334 130 73 0 74 111 16 13 106 67
Binary 11011100 1011000 111011 0 111100 1001001 1110 1011 1000110 110111

Color Harmonies of #DC583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC583B

Black with #DC583B

Text Example


Text Example

White with #DC583B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC583B; }

 p { color: rgb(220,88,59); }

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

background-color css

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

 a { background-color: rgb(220,88,59); }

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

border-color css

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

 span { border-color: rgb(220,88,59); }

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