Html Css Color HEX #D95836 Chilean Fire

📋 copy color: '#D95836'

red 217 ◦ green 88 ◦ blue 54

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

Shades of Chilean Fire #D95836

Tints of Chilean Fire #D95836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 60.45%
G = 24.51%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D95836 (or 0xD95836) is known color: Chilean Fire. HEX triplet: D9, 58 and 36. RGB value is (217,88,54). Sum of RGB (Red+Green+Blue) = 217+88+54=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D95836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95836 is #26A7C9. Grayscale: #7A7A7A. Windows color (decimal): -2533322 or 3561689. OLE color: 3561689.

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

Color convert

RGB 217 88 54 -
CMYK 0 0.59 0.75 0.15
HSL 12.52º 0.68% 0.53% -
HSV(B) 12.52º 0.75% 0.85% -
XYZ 32.77 22 6.01 -
YUV 122.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 217 88 54 0 0.59 0.75 0.15 12.52 0.68 0.53
Hex D9 58 36 0 3B 4B F D 44 35
Octal 331 130 66 0 73 113 17 15 104 65
Binary 11011001 1011000 110110 0 111011 1001011 1111 1101 1000100 110101

Color Harmonies of #D95836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95836

Black with #D95836

Text Example


Text Example

White with #D95836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95836; }

 p { color: rgb(217,88,54); }

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

background-color css

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

 a { background-color: rgb(217,88,54); }

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

border-color css

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

 span { border-color: rgb(217,88,54); }

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