Html Css Color HEX #D95D38 Chilean Fire

📋 copy color: '#D95D38'

red 217 ◦ green 93 ◦ blue 56

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

Shades of Chilean Fire #D95D38

Tints of Chilean Fire #D95D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 56 (22.27% from 255) = 15.3%

R = 59.29%
G = 25.41%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D95D38 (or 0xD95D38) is known color: Chilean Fire. HEX triplet: D9, 5D and 38. RGB value is (217,93,56). Sum of RGB (Red+Green+Blue) = 217+93+56=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D38 is #26A2C7. Grayscale: #7E7E7E. Windows color (decimal): -2532040 or 3694041. OLE color: 3694041.

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

Color convert

RGB 217 93 56 -
CMYK 0 0.57 0.74 0.15
HSL 13.79º 0.68% 0.54% -
HSV(B) 13.79º 0.74% 0.85% -
XYZ 33.24 22.87 6.4 -
YUV 125.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 217 93 56 0 0.57 0.74 0.15 13.79 0.68 0.54
Hex D9 5D 38 0 39 4A F E 44 36
Octal 331 135 70 0 71 112 17 16 104 66
Binary 11011001 1011101 111000 0 111001 1001010 1111 1110 1000100 110110

Color Harmonies of #D95D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D38

Black with #D95D38

Text Example


Text Example

White with #D95D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D38; }

 p { color: rgb(217,93,56); }

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

background-color css

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

 a { background-color: rgb(217,93,56); }

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

border-color css

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

 span { border-color: rgb(217,93,56); }

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