Html Css Color HEX #DD5233 Chilean Fire

📋 copy color: '#DD5233'

red 221 ◦ green 82 ◦ blue 51

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

Shades of Chilean Fire #DD5233

Tints of Chilean Fire #DD5233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 62.43%
G = 23.16%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5233 (or 0xDD5233) is known color: Chilean Fire. HEX triplet: DD, 52 and 33. RGB value is (221,82,51). Sum of RGB (Red+Green+Blue) = 221+82+51=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5233 is #22ADCC. Grayscale: #787878. Windows color (decimal): -2272717 or 3363549. OLE color: 3363549.

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

Color convert

RGB 221 82 51 -
CMYK 0 0.63 0.77 0.13
HSL 10.94º 0.71% 0.53% -
HSV(B) 10.94º 0.77% 0.87% -
XYZ 33.43 21.65 5.55 -
YUV 120.03 89.05 200.02 -
System Red Green Blue C M Y K H S L
Decimal 221 82 51 0 0.63 0.77 0.13 10.94 0.71 0.53
Hex DD 52 33 0 3F 4D D B 47 35
Octal 335 122 63 0 77 115 15 13 107 65
Binary 11011101 1010010 110011 0 111111 1001101 1101 1011 1000111 110101

Color Harmonies of #DD5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5233

Black with #DD5233

Text Example


Text Example

White with #DD5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5233; }

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

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

background-color css

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

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

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

border-color css

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

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

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