Html Css Color HEX #DC5025 Chilean Fire

📋 copy color: '#DC5025'

red 220 ◦ green 80 ◦ blue 37

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

Shades of Chilean Fire #DC5025

Tints of Chilean Fire #DC5025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 37 (14.84% from 255) = 10.98%

R = 65.28%
G = 23.74%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC5025 (or 0xDC5025) is known color: Chilean Fire. HEX triplet: DC, 50 and 25. RGB value is (220,80,37). Sum of RGB (Red+Green+Blue) = 220+80+37=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5025 is #23AFDA. Grayscale: #757575. Windows color (decimal): -2338779 or 2445532. OLE color: 2445532.

HSL color Cylindrical-coordinate representation of color #DC5025: hue angle of 14.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC5025 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 37 -
CMYK 0 0.64 0.83 0.14
HSL 14.1º 0.72% 0.5% -
HSV(B) 14.1º 0.83% 0.86% -
XYZ 32.72 21.09 4.1 -
YUV 116.96 82.88 201.5 -
System Red Green Blue C M Y K H S L
Decimal 220 80 37 0 0.64 0.83 0.14 14.1 0.72 0.5
Hex DC 50 25 0 40 53 E E 48 32
Octal 334 120 45 0 100 123 16 16 110 62
Binary 11011100 1010000 100101 0 1000000 1010011 1110 1110 1001000 110010

Color Harmonies of #DC5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5025

Black with #DC5025

Text Example


Text Example

White with #DC5025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5025; }

 p { color: rgb(220,80,37); }

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

background-color css

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

 a { background-color: rgb(220,80,37); }

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

border-color css

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

 span { border-color: rgb(220,80,37); }

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