Html Css Color HEX #D95322 Chilean Fire

📋 copy color: '#D95322'

red 217 ◦ green 83 ◦ blue 34

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

Shades of Chilean Fire #D95322

Tints of Chilean Fire #D95322

RGB

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

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

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

R = 64.97%
G = 24.85%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D95322 (or 0xD95322) is known color: Chilean Fire. HEX triplet: D9, 53 and 22. RGB value is (217,83,34). Sum of RGB (Red+Green+Blue) = 217+83+34=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D95322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95322 is #26ACDD. Grayscale: #757575. Windows color (decimal): -2534622 or 2249689. OLE color: 2249689.

HSL color Cylindrical-coordinate representation of color #D95322: hue angle of 16.07º 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 #D95322 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 34 -
CMYK 0 0.62 0.84 0.15
HSL 16.07º 0.73% 0.49% -
HSV(B) 16.07º 0.84% 0.85% -
XYZ 32 21.05 3.89 -
YUV 117.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 217 83 34 0 0.62 0.84 0.15 16.07 0.73 0.49
Hex D9 53 22 0 3E 54 F 10 49 31
Octal 331 123 42 0 76 124 17 20 111 61
Binary 11011001 1010011 100010 0 111110 1010100 1111 10000 1001001 110001

Color Harmonies of #D95322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95322

Black with #D95322

Text Example


Text Example

White with #D95322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95322; }

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

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

background-color css

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

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

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

border-color css

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

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

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