Html Css Color HEX #DD5733 Chilean Fire

📋 copy color: '#DD5733'

red 221 ◦ green 87 ◦ blue 51

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

Shades of Chilean Fire #DD5733

Tints of Chilean Fire #DD5733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 61.56%
G = 24.23%
B = 14.21%

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

#DD5733 (or 0xDD5733) is known color: Chilean Fire. HEX triplet: DD, 57 and 33. RGB value is (221,87,51). Sum of RGB (Red+Green+Blue) = 221+87+51=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5733 is #22A8CC. Grayscale: #7B7B7B. Windows color (decimal): -2271437 or 3364829. OLE color: 3364829.

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

Color convert

RGB 221 87 51 -
CMYK 0 0.61 0.77 0.13
HSL 12.71º 0.71% 0.53% -
HSV(B) 12.71º 0.77% 0.87% -
XYZ 33.82 22.43 5.68 -
YUV 122.96 87.39 197.93 -
System Red Green Blue C M Y K H S L
Decimal 221 87 51 0 0.61 0.77 0.13 12.71 0.71 0.53
Hex DD 57 33 0 3D 4D D D 47 35
Octal 335 127 63 0 75 115 15 15 107 65
Binary 11011101 1010111 110011 0 111101 1001101 1101 1101 1000111 110101

Color Harmonies of #DD5733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5733

Black with #DD5733

Text Example


Text Example

White with #DD5733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5733; }

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

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

background-color css

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

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

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

border-color css

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

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

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