Html Css Color HEX #D95725 Chilean Fire

📋 copy color: '#D95725'

red 217 ◦ green 87 ◦ blue 37

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

Shades of Chilean Fire #D95725

Tints of Chilean Fire #D95725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.51%

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 63.64%
G = 25.51%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D95725 (or 0xD95725) is known color: Chilean Fire. HEX triplet: D9, 57 and 25. RGB value is (217,87,37). Sum of RGB (Red+Green+Blue) = 217+87+37=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D95725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95725 is #26A8DA. Grayscale: #787878. Windows color (decimal): -2533595 or 2447321. OLE color: 2447321.

HSL color Cylindrical-coordinate representation of color #D95725: hue angle of 16.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D95725 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 37 -
CMYK 0 0.60 0.83 0.15
HSL 16.67º 0.71% 0.5% -
HSV(B) 16.67º 0.83% 0.85% -
XYZ 32.36 21.7 4.23 -
YUV 120.17 81.07 197.07 -
System Red Green Blue C M Y K H S L
Decimal 217 87 37 0 0.60 0.83 0.15 16.67 0.71 0.5
Hex D9 57 25 0 3C 53 F 11 47 32
Octal 331 127 45 0 74 123 17 21 107 62
Binary 11011001 1010111 100101 0 111100 1010011 1111 10001 1000111 110010

Color Harmonies of #D95725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95725

Black with #D95725

Text Example


Text Example

White with #D95725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95725; }

 p { color: rgb(217,87,37); }

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

background-color css

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

 a { background-color: rgb(217,87,37); }

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

border-color css

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

 span { border-color: rgb(217,87,37); }

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