Html Css Color HEX #D95522 Chilean Fire

📋 copy color: '#D95522'

red 217 ◦ green 85 ◦ blue 34

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

Shades of Chilean Fire #D95522

Tints of Chilean Fire #D95522

RGB

 RED value IS 217 (85.16% from 255) = 64.58%

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

 BLUE value IS 34 (13.67% from 255) = 10.12%

R = 64.58%
G = 25.3%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D95522 (or 0xD95522) is known color: Chilean Fire. HEX triplet: D9, 55 and 22. RGB value is (217,85,34). Sum of RGB (Red+Green+Blue) = 217+85+34=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D95522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95522 is #26AADD. Grayscale: #767676. Windows color (decimal): -2534110 or 2250201. OLE color: 2250201.

HSL color Cylindrical-coordinate representation of color #D95522: hue angle of 16.72º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D95522 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 85 34 -
CMYK 0 0.61 0.84 0.15
HSL 16.72º 0.73% 0.49% -
HSV(B) 16.72º 0.84% 0.85% -
XYZ 32.15 21.36 3.94 -
YUV 118.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 217 85 34 0 0.61 0.84 0.15 16.72 0.73 0.49
Hex D9 55 22 0 3D 54 F 11 49 31
Octal 331 125 42 0 75 124 17 21 111 61
Binary 11011001 1010101 100010 0 111101 1010100 1111 10001 1001001 110001

Color Harmonies of #D95522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95522

Black with #D95522

Text Example


Text Example

White with #D95522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95522; }

 p { color: rgb(217,85,34); }

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

background-color css

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

 a { background-color: rgb(217,85,34); }

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

border-color css

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

 span { border-color: rgb(217,85,34); }

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