Html Css Color HEX #DD5333 Chilean Fire

📋 copy color: '#DD5333'

red 221 ◦ green 83 ◦ blue 51

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

Shades of Chilean Fire #DD5333

Tints of Chilean Fire #DD5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 62.25%
G = 23.38%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5333 (or 0xDD5333) is known color: Chilean Fire. HEX triplet: DD, 53 and 33. RGB value is (221,83,51). Sum of RGB (Red+Green+Blue) = 221+83+51=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5333 is #22ACCC. Grayscale: #787878. Windows color (decimal): -2272461 or 3363805. OLE color: 3363805.

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

Color convert

RGB 221 83 51 -
CMYK 0 0.62 0.77 0.13
HSL 11.29º 0.71% 0.53% -
HSV(B) 11.29º 0.77% 0.87% -
XYZ 33.51 21.8 5.57 -
YUV 120.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 221 83 51 0 0.62 0.77 0.13 11.29 0.71 0.53
Hex DD 53 33 0 3E 4D D B 47 35
Octal 335 123 63 0 76 115 15 13 107 65
Binary 11011101 1010011 110011 0 111110 1001101 1101 1011 1000111 110101

Color Harmonies of #DD5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5333

Black with #DD5333

Text Example


Text Example

White with #DD5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5333; }

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

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

background-color css

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

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

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

border-color css

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

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

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