Html Css Color HEX #DD5125 Chilean Fire

📋 copy color: '#DD5125'

red 221 ◦ green 81 ◦ blue 37

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

Shades of Chilean Fire #DD5125

Tints of Chilean Fire #DD5125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.89%

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

R = 65.19%
G = 23.89%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5125 (or 0xDD5125) is known color: Chilean Fire. HEX triplet: DD, 51 and 25. RGB value is (221,81,37). Sum of RGB (Red+Green+Blue) = 221+81+37=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5125 is #22AEDA. Grayscale: #767676. Windows color (decimal): -2272987 or 2445789. OLE color: 2445789.

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

Color convert

RGB 221 81 37 -
CMYK 0 0.63 0.83 0.13
HSL 14.35º 0.73% 0.51% -
HSV(B) 14.35º 0.83% 0.87% -
XYZ 33.1 21.39 4.13 -
YUV 117.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 221 81 37 0 0.63 0.83 0.13 14.35 0.73 0.51
Hex DD 51 25 0 3F 53 D E 49 33
Octal 335 121 45 0 77 123 15 16 111 63
Binary 11011101 1010001 100101 0 111111 1010011 1101 1110 1001001 110011

Color Harmonies of #DD5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5125

Black with #DD5125

Text Example


Text Example

White with #DD5125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5125; }

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

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

background-color css

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

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

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

border-color css

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

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

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