Html Css Color HEX #DD5732 Chilean Fire

📋 copy color: '#DD5732'

red 221 ◦ green 87 ◦ blue 50

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

Shades of Chilean Fire #DD5732

Tints of Chilean Fire #DD5732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 61.73%
G = 24.3%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5732 (or 0xDD5732) is known color: Chilean Fire. HEX triplet: DD, 57 and 32. RGB value is (221,87,50). Sum of RGB (Red+Green+Blue) = 221+87+50=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5732 is #22A8CD. Grayscale: #7B7B7B. Windows color (decimal): -2271438 or 3299293. OLE color: 3299293.

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

Color convert

RGB 221 87 50 -
CMYK 0 0.61 0.77 0.13
HSL 12.98º 0.72% 0.53% -
HSV(B) 12.98º 0.77% 0.87% -
XYZ 33.8 22.42 5.56 -
YUV 122.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 221 87 50 0 0.61 0.77 0.13 12.98 0.72 0.53
Hex DD 57 32 0 3D 4D D D 48 35
Octal 335 127 62 0 75 115 15 15 110 65
Binary 11011101 1010111 110010 0 111101 1001101 1101 1101 1001000 110101

Color Harmonies of #DD5732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5732

Black with #DD5732

Text Example


Text Example

White with #DD5732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5732; }

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

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

background-color css

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

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

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

border-color css

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

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

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