Html Css Color HEX #D35521 Chilean Fire

📋 copy color: '#D35521'

red 211 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #D35521

Tints of Chilean Fire #D35521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 64.13%
G = 25.84%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D35521 (or 0xD35521) is known color: Chilean Fire. HEX triplet: D3, 55 and 21. RGB value is (211,85,33). Sum of RGB (Red+Green+Blue) = 211+85+33=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D35521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35521 is #2CAADE. Grayscale: #757575. Windows color (decimal): -2927327 or 2184659. OLE color: 2184659.

HSL color Cylindrical-coordinate representation of color #D35521: hue angle of 17.53º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D35521 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 33 -
CMYK 0 0.60 0.84 0.17
HSL 17.53º 0.73% 0.48% -
HSV(B) 17.53º 0.84% 0.83% -
XYZ 30.39 20.46 3.79 -
YUV 116.75 80.74 195.23 -
System Red Green Blue C M Y K H S L
Decimal 211 85 33 0 0.60 0.84 0.17 17.53 0.73 0.48
Hex D3 55 21 0 3C 54 11 12 49 30
Octal 323 125 41 0 74 124 21 22 111 60
Binary 11010011 1010101 100001 0 111100 1010100 10001 10010 1001001 110000

Color Harmonies of #D35521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35521

Black with #D35521

Text Example


Text Example

White with #D35521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35521; }

 p { color: rgb(211,85,33); }

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

background-color css

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

 a { background-color: rgb(211,85,33); }

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

border-color css

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

 span { border-color: rgb(211,85,33); }

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