Html Css Color HEX #DD5736 Chilean Fire

📋 copy color: '#DD5736'

red 221 ◦ green 87 ◦ blue 54

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

Shades of Chilean Fire #DD5736

Tints of Chilean Fire #DD5736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.92%

R = 61.05%
G = 24.03%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD5736 (or 0xDD5736) is known color: Chilean Fire. HEX triplet: DD, 57 and 36. RGB value is (221,87,54). Sum of RGB (Red+Green+Blue) = 221+87+54=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5736 is #22A8C9. Grayscale: #7B7B7B. Windows color (decimal): -2271434 or 3561437. OLE color: 3561437.

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

Color convert

RGB 221 87 54 -
CMYK 0 0.61 0.76 0.13
HSL 11.86º 0.71% 0.54% -
HSV(B) 11.86º 0.76% 0.87% -
XYZ 33.89 22.45 6.04 -
YUV 123.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 221 87 54 0 0.61 0.76 0.13 11.86 0.71 0.54
Hex DD 57 36 0 3D 4C D C 47 36
Octal 335 127 66 0 75 114 15 14 107 66
Binary 11011101 1010111 110110 0 111101 1001100 1101 1100 1000111 110110

Color Harmonies of #DD5736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5736

Black with #DD5736

Text Example


Text Example

White with #DD5736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5736; }

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

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

background-color css

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

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

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

border-color css

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

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

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