Html Css Color HEX #DD532D Chilean Fire

📋 copy color: '#DD532D'

red 221 ◦ green 83 ◦ blue 45

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

Shades of Chilean Fire #DD532D

Tints of Chilean Fire #DD532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 63.32%
G = 23.78%
B = 12.89%

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

#DD532D (or 0xDD532D) is known color: Chilean Fire. HEX triplet: DD, 53 and 2D. RGB value is (221,83,45). Sum of RGB (Red+Green+Blue) = 221+83+45=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD532D is #22ACD2. Grayscale: #787878. Windows color (decimal): -2272467 or 2970589. OLE color: 2970589.

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

Color convert

RGB 221 83 45 -
CMYK 0 0.62 0.80 0.13
HSL 12.95º 0.72% 0.52% -
HSV(B) 12.95º 0.8% 0.87% -
XYZ 33.39 21.75 4.92 -
YUV 119.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 221 83 45 0 0.62 0.80 0.13 12.95 0.72 0.52
Hex DD 53 2D 0 3E 50 D D 48 34
Octal 335 123 55 0 76 120 15 15 110 64
Binary 11011101 1010011 101101 0 111110 1010000 1101 1101 1001000 110100

Color Harmonies of #DD532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD532D

Black with #DD532D

Text Example


Text Example

White with #DD532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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