Html Css Color HEX #DD5933 Chilean Fire

📋 copy color: '#DD5933'

red 221 ◦ green 89 ◦ blue 51

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

Shades of Chilean Fire #DD5933

Tints of Chilean Fire #DD5933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

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

R = 61.22%
G = 24.65%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5933 (or 0xDD5933) is known color: Chilean Fire. HEX triplet: DD, 59 and 33. RGB value is (221,89,51). Sum of RGB (Red+Green+Blue) = 221+89+51=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5933 is #22A6CC. Grayscale: #7C7C7C. Windows color (decimal): -2270925 or 3365341. OLE color: 3365341.

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

Color convert

RGB 221 89 51 -
CMYK 0 0.60 0.77 0.13
HSL 13.41º 0.71% 0.53% -
HSV(B) 13.41º 0.77% 0.87% -
XYZ 33.99 22.76 5.73 -
YUV 124.14 86.73 197.09 -
System Red Green Blue C M Y K H S L
Decimal 221 89 51 0 0.60 0.77 0.13 13.41 0.71 0.53
Hex DD 59 33 0 3C 4D D D 47 35
Octal 335 131 63 0 74 115 15 15 107 65
Binary 11011101 1011001 110011 0 111100 1001101 1101 1101 1000111 110101

Color Harmonies of #DD5933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5933

Black with #DD5933

Text Example


Text Example

White with #DD5933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5933; }

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

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

background-color css

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

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

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

border-color css

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

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

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