Html Css Color HEX #D95C3A Chilean Fire

📋 copy color: '#D95C3A'

red 217 ◦ green 92 ◦ blue 58

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

Shades of Chilean Fire #D95C3A

Tints of Chilean Fire #D95C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 59.13%
G = 25.07%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D95C3A (or 0xD95C3A) is known color: Chilean Fire. HEX triplet: D9, 5C and 3A. RGB value is (217,92,58). Sum of RGB (Red+Green+Blue) = 217+92+58=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C3A is #26A3C5. Grayscale: #7D7D7D. Windows color (decimal): -2532294 or 3824857. OLE color: 3824857.

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

Color convert

RGB 217 92 58 -
CMYK 0 0.58 0.73 0.15
HSL 12.83º 0.68% 0.54% -
HSV(B) 12.83º 0.73% 0.85% -
XYZ 33.21 22.71 6.64 -
YUV 125.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 217 92 58 0 0.58 0.73 0.15 12.83 0.68 0.54
Hex D9 5C 3A 0 3A 49 F D 44 36
Octal 331 134 72 0 72 111 17 15 104 66
Binary 11011001 1011100 111010 0 111010 1001001 1111 1101 1000100 110110

Color Harmonies of #D95C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C3A

Black with #D95C3A

Text Example


Text Example

White with #D95C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C3A; }

 p { color: rgb(217,92,58); }

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

background-color css

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

 a { background-color: rgb(217,92,58); }

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

border-color css

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

 span { border-color: rgb(217,92,58); }

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