Html Css Color HEX #DD542D Chilean Fire

📋 copy color: '#DD542D'

red 221 ◦ green 84 ◦ blue 45

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

Shades of Chilean Fire #DD542D

Tints of Chilean Fire #DD542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 63.14%
G = 24%
B = 12.86%

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

#DD542D (or 0xDD542D) is known color: Chilean Fire. HEX triplet: DD, 54 and 2D. RGB value is (221,84,45). Sum of RGB (Red+Green+Blue) = 221+84+45=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD542D is #22ABD2. Grayscale: #787878. Windows color (decimal): -2272211 or 2970845. OLE color: 2970845.

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

Color convert

RGB 221 84 45 -
CMYK 0 0.62 0.80 0.13
HSL 13.3º 0.72% 0.52% -
HSV(B) 13.3º 0.8% 0.87% -
XYZ 33.46 21.9 4.95 -
YUV 120.52 85.39 199.67 -
System Red Green Blue C M Y K H S L
Decimal 221 84 45 0 0.62 0.80 0.13 13.3 0.72 0.52
Hex DD 54 2D 0 3E 50 D D 48 34
Octal 335 124 55 0 76 120 15 15 110 64
Binary 11011101 1010100 101101 0 111110 1010000 1101 1101 1001000 110100

Color Harmonies of #DD542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD542D

Black with #DD542D

Text Example


Text Example

White with #DD542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD542D; }

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

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

background-color css

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

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

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

border-color css

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

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

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