Html Css Color HEX #DC582F Chilean Fire

📋 copy color: '#DC582F'

red 220 ◦ green 88 ◦ blue 47

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

Shades of Chilean Fire #DC582F

Tints of Chilean Fire #DC582F

RGB

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

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

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

R = 61.97%
G = 24.79%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC582F (or 0xDC582F) is known color: Chilean Fire. HEX triplet: DC, 58 and 2F. RGB value is (220,88,47). Sum of RGB (Red+Green+Blue) = 220+88+47=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC582F is #23A7D0. Grayscale: #7B7B7B. Windows color (decimal): -2336721 or 3102940. OLE color: 3102940.

HSL color Cylindrical-coordinate representation of color #DC582F: hue angle of 14.22º 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 #DC582F is Cyan = 0, Magento = 0.6, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 47 -
CMYK 0 0.6 0.79 0.14
HSL 14.22º 0.71% 0.52% -
HSV(B) 14.22º 0.79% 0.86% -
XYZ 33.52 22.4 5.25 -
YUV 122.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 220 88 47 0 0.6 0.79 0.14 14.22 0.71 0.52
Hex DC 58 2F 0 3C 4F E E 47 34
Octal 334 130 57 0 74 117 16 16 107 64
Binary 11011100 1011000 101111 0 111100 1001111 1110 1110 1000111 110100

Color Harmonies of #DC582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC582F

Black with #DC582F

Text Example


Text Example

White with #DC582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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