Html Css Color HEX #D95938 Chilean Fire

📋 copy color: '#D95938'

red 217 ◦ green 89 ◦ blue 56

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

Shades of Chilean Fire #D95938

Tints of Chilean Fire #D95938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

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

R = 59.94%
G = 24.59%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D95938 (or 0xD95938) is known color: Chilean Fire. HEX triplet: D9, 59 and 38. RGB value is (217,89,56). Sum of RGB (Red+Green+Blue) = 217+89+56=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D95938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95938 is #26A6C7. Grayscale: #7B7B7B. Windows color (decimal): -2533064 or 3693017. OLE color: 3693017.

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

Color convert

RGB 217 89 56 -
CMYK 0 0.59 0.74 0.15
HSL 12.3º 0.68% 0.54% -
HSV(B) 12.3º 0.74% 0.85% -
XYZ 32.9 22.18 6.29 -
YUV 123.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 217 89 56 0 0.59 0.74 0.15 12.3 0.68 0.54
Hex D9 59 38 0 3B 4A F C 44 36
Octal 331 131 70 0 73 112 17 14 104 66
Binary 11011001 1011001 111000 0 111011 1001010 1111 1100 1000100 110110

Color Harmonies of #D95938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95938

Black with #D95938

Text Example


Text Example

White with #D95938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95938; }

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

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

background-color css

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

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

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

border-color css

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

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

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