Html Css Color HEX #D3522B Chilean Fire

📋 copy color: '#D3522B'

red 211 ◦ green 82 ◦ blue 43

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

Shades of Chilean Fire #D3522B

Tints of Chilean Fire #D3522B

RGB

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

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

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

R = 62.8%
G = 24.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3522B (or 0xD3522B) is known color: Chilean Fire. HEX triplet: D3, 52 and 2B. RGB value is (211,82,43). Sum of RGB (Red+Green+Blue) = 211+82+43=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3522B is #2CADD4. Grayscale: #747474. Windows color (decimal): -2928085 or 2839251. OLE color: 2839251.

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

Color convert

RGB 211 82 43 -
CMYK 0 0.61 0.80 0.17
HSL 13.93º 0.66% 0.5% -
HSV(B) 13.93º 0.8% 0.83% -
XYZ 30.32 20.06 4.56 -
YUV 116.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 211 82 43 0 0.61 0.80 0.17 13.93 0.66 0.5
Hex D3 52 2B 0 3D 50 11 E 42 32
Octal 323 122 53 0 75 120 21 16 102 62
Binary 11010011 1010010 101011 0 111101 1010000 10001 1110 1000010 110010

Color Harmonies of #D3522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3522B

Black with #D3522B

Text Example


Text Example

White with #D3522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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