Html Css Color HEX #DD5725 Chilean Fire

📋 copy color: '#DD5725'

red 221 ◦ green 87 ◦ blue 37

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

Shades of Chilean Fire #DD5725

Tints of Chilean Fire #DD5725

RGB

 RED value IS 221 (86.72% from 255) = 64.06%

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 64.06%
G = 25.22%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5725 (or 0xDD5725) is known color: Chilean Fire. HEX triplet: DD, 57 and 25. RGB value is (221,87,37). Sum of RGB (Red+Green+Blue) = 221+87+37=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5725 is #22A8DA. Grayscale: #797979. Windows color (decimal): -2271451 or 2447325. OLE color: 2447325.

HSL color Cylindrical-coordinate representation of color #DD5725: hue angle of 16.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD5725 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 37 -
CMYK 0 0.61 0.83 0.13
HSL 16.3º 0.73% 0.51% -
HSV(B) 16.3º 0.83% 0.87% -
XYZ 33.56 22.32 4.29 -
YUV 121.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 221 87 37 0 0.61 0.83 0.13 16.3 0.73 0.51
Hex DD 57 25 0 3D 53 D 10 49 33
Octal 335 127 45 0 75 123 15 20 111 63
Binary 11011101 1010111 100101 0 111101 1010011 1101 10000 1001001 110011

Color Harmonies of #DD5725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5725

Black with #DD5725

Text Example


Text Example

White with #DD5725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5725; }

 p { color: rgb(221,87,37); }

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

background-color css

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

 a { background-color: rgb(221,87,37); }

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

border-color css

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

 span { border-color: rgb(221,87,37); }

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