Html Css Color HEX #DD532F Chilean Fire

📋 copy color: '#DD532F'

red 221 ◦ green 83 ◦ blue 47

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

Shades of Chilean Fire #DD532F

Tints of Chilean Fire #DD532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 62.96%
G = 23.65%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD532F (or 0xDD532F) is known color: Chilean Fire. HEX triplet: DD, 53 and 2F. RGB value is (221,83,47). Sum of RGB (Red+Green+Blue) = 221+83+47=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD532F is #22ACD0. Grayscale: #787878. Windows color (decimal): -2272465 or 3101661. OLE color: 3101661.

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

Color convert

RGB 221 83 47 -
CMYK 0 0.62 0.79 0.13
HSL 12.41º 0.72% 0.53% -
HSV(B) 12.41º 0.79% 0.87% -
XYZ 33.43 21.76 5.13 -
YUV 120.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 221 83 47 0 0.62 0.79 0.13 12.41 0.72 0.53
Hex DD 53 2F 0 3E 4F D C 48 35
Octal 335 123 57 0 76 117 15 14 110 65
Binary 11011101 1010011 101111 0 111110 1001111 1101 1100 1001000 110101

Color Harmonies of #DD532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD532F

Black with #DD532F

Text Example


Text Example

White with #DD532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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