Html Css Color HEX #DD5D3B Chilean Fire

📋 copy color: '#DD5D3B'

red 221 ◦ green 93 ◦ blue 59

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

Shades of Chilean Fire #DD5D3B

Tints of Chilean Fire #DD5D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 59 (23.44% from 255) = 15.82%

R = 59.25%
G = 24.93%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD5D3B (or 0xDD5D3B) is known color: Chilean Fire. HEX triplet: DD, 5D and 3B. RGB value is (221,93,59). Sum of RGB (Red+Green+Blue) = 221+93+59=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D3B is #22A2C4. Grayscale: #7F7F7F. Windows color (decimal): -2269893 or 3890653. OLE color: 3890653.

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

Color convert

RGB 221 93 59 -
CMYK 0 0.58 0.73 0.13
HSL 12.59º 0.7% 0.55% -
HSV(B) 12.59º 0.73% 0.87% -
XYZ 34.52 23.52 6.86 -
YUV 127.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 221 93 59 0 0.58 0.73 0.13 12.59 0.7 0.55
Hex DD 5D 3B 0 3A 49 D D 46 37
Octal 335 135 73 0 72 111 15 15 106 67
Binary 11011101 1011101 111011 0 111010 1001001 1101 1101 1000110 110111

Color Harmonies of #DD5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D3B

Black with #DD5D3B

Text Example


Text Example

White with #DD5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D3B; }

 p { color: rgb(221,93,59); }

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

background-color css

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

 a { background-color: rgb(221,93,59); }

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

border-color css

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

 span { border-color: rgb(221,93,59); }

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