Html Css Color HEX #DD552B Chilean Fire

📋 copy color: '#DD552B'

red 221 ◦ green 85 ◦ blue 43

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

Shades of Chilean Fire #DD552B

Tints of Chilean Fire #DD552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 63.32%
G = 24.36%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD552B (or 0xDD552B) is known color: Chilean Fire. HEX triplet: DD, 55 and 2B. RGB value is (221,85,43). Sum of RGB (Red+Green+Blue) = 221+85+43=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD552B is #22AAD4. Grayscale: #797979. Windows color (decimal): -2271957 or 2840029. OLE color: 2840029.

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

Color convert

RGB 221 85 43 -
CMYK 0 0.62 0.81 0.13
HSL 14.16º 0.72% 0.52% -
HSV(B) 14.16º 0.81% 0.87% -
XYZ 33.5 22.04 4.77 -
YUV 120.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 221 85 43 0 0.62 0.81 0.13 14.16 0.72 0.52
Hex DD 55 2B 0 3E 51 D E 48 34
Octal 335 125 53 0 76 121 15 16 110 64
Binary 11011101 1010101 101011 0 111110 1010001 1101 1110 1001000 110100

Color Harmonies of #DD552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD552B

Black with #DD552B

Text Example


Text Example

White with #DD552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD552B; }

 p { color: rgb(221,85,43); }

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

background-color css

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

 a { background-color: rgb(221,85,43); }

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

border-color css

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

 span { border-color: rgb(221,85,43); }

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