Html Css Color HEX #DD532C Chilean Fire

📋 copy color: '#DD532C'

red 221 ◦ green 83 ◦ blue 44

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

Shades of Chilean Fire #DD532C

Tints of Chilean Fire #DD532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 63.51%
G = 23.85%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD532C (or 0xDD532C) is known color: Chilean Fire. HEX triplet: DD, 53 and 2C. RGB value is (221,83,44). Sum of RGB (Red+Green+Blue) = 221+83+44=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD532C is #22ACD3. Grayscale: #787878. Windows color (decimal): -2272468 or 2905053. OLE color: 2905053.

HSL color Cylindrical-coordinate representation of color #DD532C: hue angle of 13.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD532C is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 44 -
CMYK 0 0.62 0.80 0.13
HSL 13.22º 0.72% 0.52% -
HSV(B) 13.22º 0.8% 0.87% -
XYZ 33.37 21.74 4.82 -
YUV 119.82 85.22 200.17 -
System Red Green Blue C M Y K H S L
Decimal 221 83 44 0 0.62 0.80 0.13 13.22 0.72 0.52
Hex DD 53 2C 0 3E 50 D D 48 34
Octal 335 123 54 0 76 120 15 15 110 64
Binary 11011101 1010011 101100 0 111110 1010000 1101 1101 1001000 110100

Color Harmonies of #DD532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD532C

Black with #DD532C

Text Example


Text Example

White with #DD532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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