Html Css Color HEX #D3522E Chilean Fire

📋 copy color: '#D3522E'

red 211 ◦ green 82 ◦ blue 46

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

Shades of Chilean Fire #D3522E

Tints of Chilean Fire #D3522E

RGB

 RED value IS 211 (82.81% from 255) = 62.24%

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 62.24%
G = 24.19%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3522E (or 0xD3522E) is known color: Chilean Fire. HEX triplet: D3, 52 and 2E. RGB value is (211,82,46). Sum of RGB (Red+Green+Blue) = 211+82+46=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3522E is #2CADD1. Grayscale: #747474. Windows color (decimal): -2928082 or 3035859. OLE color: 3035859.

HSL color Cylindrical-coordinate representation of color #D3522E: hue angle of 13.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3522E is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 46 -
CMYK 0 0.61 0.78 0.17
HSL 13.09º 0.65% 0.5% -
HSV(B) 13.09º 0.78% 0.83% -
XYZ 30.37 20.08 4.86 -
YUV 116.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 211 82 46 0 0.61 0.78 0.17 13.09 0.65 0.5
Hex D3 52 2E 0 3D 4E 11 D 41 32
Octal 323 122 56 0 75 116 21 15 101 62
Binary 11010011 1010010 101110 0 111101 1001110 10001 1101 1000001 110010

Color Harmonies of #D3522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3522E

Black with #D3522E

Text Example


Text Example

White with #D3522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3522E; }

 p { color: rgb(211,82,46); }

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

background-color css

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

 a { background-color: rgb(211,82,46); }

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

border-color css

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

 span { border-color: rgb(211,82,46); }

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