Html Css Color HEX #DD5625 Chilean Fire

📋 copy color: '#DD5625'

red 221 ◦ green 86 ◦ blue 37

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

Shades of Chilean Fire #DD5625

Tints of Chilean Fire #DD5625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

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

R = 64.24%
G = 25%
B = 10.76%

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

#DD5625 (or 0xDD5625) is known color: Chilean Fire. HEX triplet: DD, 56 and 25. RGB value is (221,86,37). Sum of RGB (Red+Green+Blue) = 221+86+37=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5625 is #22A9DA. Grayscale: #797979. Windows color (decimal): -2271707 or 2447069. OLE color: 2447069.

HSL color Cylindrical-coordinate representation of color #DD5625: hue angle of 15.98º 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 #DD5625 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 37 -
CMYK 0 0.61 0.83 0.13
HSL 15.98º 0.73% 0.51% -
HSV(B) 15.98º 0.83% 0.87% -
XYZ 33.48 22.16 4.26 -
YUV 120.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 221 86 37 0 0.61 0.83 0.13 15.98 0.73 0.51
Hex DD 56 25 0 3D 53 D 10 49 33
Octal 335 126 45 0 75 123 15 20 111 63
Binary 11011101 1010110 100101 0 111101 1010011 1101 10000 1001001 110011

Color Harmonies of #DD5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5625

Black with #DD5625

Text Example


Text Example

White with #DD5625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5625; }

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

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

background-color css

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

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

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

border-color css

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

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

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