Html Css Color HEX #DD5735 Chilean Fire

📋 copy color: '#DD5735'

red 221 ◦ green 87 ◦ blue 53

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

Shades of Chilean Fire #DD5735

Tints of Chilean Fire #DD5735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 61.22%
G = 24.1%
B = 14.68%

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

#DD5735 (or 0xDD5735) is known color: Chilean Fire. HEX triplet: DD, 57 and 35. RGB value is (221,87,53). Sum of RGB (Red+Green+Blue) = 221+87+53=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5735 is #22A8CA. Grayscale: #7B7B7B. Windows color (decimal): -2271435 or 3495901. OLE color: 3495901.

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

Color convert

RGB 221 87 53 -
CMYK 0 0.61 0.76 0.13
HSL 12.14º 0.71% 0.54% -
HSV(B) 12.14º 0.76% 0.87% -
XYZ 33.87 22.45 5.92 -
YUV 123.19 88.39 197.76 -
System Red Green Blue C M Y K H S L
Decimal 221 87 53 0 0.61 0.76 0.13 12.14 0.71 0.54
Hex DD 57 35 0 3D 4C D C 47 36
Octal 335 127 65 0 75 114 15 14 107 66
Binary 11011101 1010111 110101 0 111101 1001100 1101 1100 1000111 110110

Color Harmonies of #DD5735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5735

Black with #DD5735

Text Example


Text Example

White with #DD5735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5735; }

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

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

background-color css

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

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

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

border-color css

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

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

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