Html Css Color HEX #DD5128 Chilean Fire

📋 copy color: '#DD5128'

red 221 ◦ green 81 ◦ blue 40

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

Shades of Chilean Fire #DD5128

Tints of Chilean Fire #DD5128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 64.62%
G = 23.68%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD5128 (or 0xDD5128) is known color: Chilean Fire. HEX triplet: DD, 51 and 28. RGB value is (221,81,40). Sum of RGB (Red+Green+Blue) = 221+81+40=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5128 is #22AED7. Grayscale: #767676. Windows color (decimal): -2272984 or 2642397. OLE color: 2642397.

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

Color convert

RGB 221 81 40 -
CMYK 0 0.63 0.82 0.13
HSL 13.59º 0.73% 0.51% -
HSV(B) 13.59º 0.82% 0.87% -
XYZ 33.14 21.41 4.39 -
YUV 118.19 83.88 201.33 -
System Red Green Blue C M Y K H S L
Decimal 221 81 40 0 0.63 0.82 0.13 13.59 0.73 0.51
Hex DD 51 28 0 3F 52 D E 49 33
Octal 335 121 50 0 77 122 15 16 111 63
Binary 11011101 1010001 101000 0 111111 1010010 1101 1110 1001001 110011

Color Harmonies of #DD5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5128

Black with #DD5128

Text Example


Text Example

White with #DD5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5128; }

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

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

background-color css

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

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

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

border-color css

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

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

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