Html Css Color HEX #D95538 Chilean Fire

📋 copy color: '#D95538'

red 217 ◦ green 85 ◦ blue 56

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

Shades of Chilean Fire #D95538

Tints of Chilean Fire #D95538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 60.61%
G = 23.74%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D95538 (or 0xD95538) is known color: Chilean Fire. HEX triplet: D9, 55 and 38. RGB value is (217,85,56). Sum of RGB (Red+Green+Blue) = 217+85+56=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D95538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95538 is #26AAC7. Grayscale: #797979. Windows color (decimal): -2534088 or 3691993. OLE color: 3691993.

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

Color convert

RGB 217 85 56 -
CMYK 0 0.61 0.74 0.15
HSL 10.81º 0.68% 0.54% -
HSV(B) 10.81º 0.74% 0.85% -
XYZ 32.58 21.53 6.18 -
YUV 121.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 217 85 56 0 0.61 0.74 0.15 10.81 0.68 0.54
Hex D9 55 38 0 3D 4A F B 44 36
Octal 331 125 70 0 75 112 17 13 104 66
Binary 11011001 1010101 111000 0 111101 1001010 1111 1011 1000100 110110

Color Harmonies of #D95538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95538

Black with #D95538

Text Example


Text Example

White with #D95538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95538; }

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

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

background-color css

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

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

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

border-color css

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

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

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