Html Css Color HEX #DD5323 Chilean Fire

📋 copy color: '#DD5323'

red 221 ◦ green 83 ◦ blue 35

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

Shades of Chilean Fire #DD5323

Tints of Chilean Fire #DD5323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 65.19%
G = 24.48%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5323 (or 0xDD5323) is known color: Chilean Fire. HEX triplet: DD, 53 and 23. RGB value is (221,83,35). Sum of RGB (Red+Green+Blue) = 221+83+35=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5323 is #22ACDC. Grayscale: #777777. Windows color (decimal): -2272477 or 2315229. OLE color: 2315229.

HSL color Cylindrical-coordinate representation of color #DD5323: hue angle of 15.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5323 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 35 -
CMYK 0 0.62 0.84 0.13
HSL 15.48º 0.73% 0.5% -
HSV(B) 15.48º 0.84% 0.87% -
XYZ 33.22 21.68 4.02 -
YUV 118.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 221 83 35 0 0.62 0.84 0.13 15.48 0.73 0.5
Hex DD 53 23 0 3E 54 D F 49 32
Octal 335 123 43 0 76 124 15 17 111 62
Binary 11011101 1010011 100011 0 111110 1010100 1101 1111 1001001 110010

Color Harmonies of #DD5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5323

Black with #DD5323

Text Example


Text Example

White with #DD5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5323; }

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

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

background-color css

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

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

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

border-color css

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

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

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