Html Css Color HEX #D95F3E Chilean Fire

📋 copy color: '#D95F3E'

red 217 ◦ green 95 ◦ blue 62

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

Shades of Chilean Fire #D95F3E

Tints of Chilean Fire #D95F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.4%

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 58.02%
G = 25.4%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D95F3E (or 0xD95F3E) is known color: Chilean Fire. HEX triplet: D9, 5F and 3E. RGB value is (217,95,62). Sum of RGB (Red+Green+Blue) = 217+95+62=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95F3E is #26A0C1. Grayscale: #7F7F7F. Windows color (decimal): -2531522 or 4087769. OLE color: 4087769.

HSL color Cylindrical-coordinate representation of color #D95F3E: hue angle of 12.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D95F3E is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 95 62 -
CMYK 0 0.56 0.71 0.15
HSL 12.77º 0.67% 0.55% -
HSV(B) 12.77º 0.71% 0.85% -
XYZ 33.58 23.28 7.28 -
YUV 127.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 217 95 62 0 0.56 0.71 0.15 12.77 0.67 0.55
Hex D9 5F 3E 0 38 47 F D 43 37
Octal 331 137 76 0 70 107 17 15 103 67
Binary 11011001 1011111 111110 0 111000 1000111 1111 1101 1000011 110111

Color Harmonies of #D95F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F3E

Black with #D95F3E

Text Example


Text Example

White with #D95F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F3E; }

 p { color: rgb(217,95,62); }

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

background-color css

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

 a { background-color: rgb(217,95,62); }

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

border-color css

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

 span { border-color: rgb(217,95,62); }

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