Html Css Color HEX #D95831 Chilean Fire

📋 copy color: '#D95831'

red 217 ◦ green 88 ◦ blue 49

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

Shades of Chilean Fire #D95831

Tints of Chilean Fire #D95831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.84%

R = 61.3%
G = 24.86%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D95831 (or 0xD95831) is known color: Chilean Fire. HEX triplet: D9, 58 and 31. RGB value is (217,88,49). Sum of RGB (Red+Green+Blue) = 217+88+49=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D95831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95831 is #26A7CE. Grayscale: #7A7A7A. Windows color (decimal): -2533327 or 3234009. OLE color: 3234009.

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

Color convert

RGB 217 88 49 -
CMYK 0 0.59 0.77 0.15
HSL 13.93º 0.69% 0.52% -
HSV(B) 13.93º 0.77% 0.85% -
XYZ 32.66 21.95 5.42 -
YUV 122.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 217 88 49 0 0.59 0.77 0.15 13.93 0.69 0.52
Hex D9 58 31 0 3B 4D F E 45 34
Octal 331 130 61 0 73 115 17 16 105 64
Binary 11011001 1011000 110001 0 111011 1001101 1111 1110 1000101 110100

Color Harmonies of #D95831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95831

Black with #D95831

Text Example


Text Example

White with #D95831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95831; }

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

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

background-color css

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

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

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

border-color css

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

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

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