Html Css Color HEX #D85F38 Chilean Fire

📋 copy color: '#D85F38'

red 216 ◦ green 95 ◦ blue 56

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

Shades of Chilean Fire #D85F38

Tints of Chilean Fire #D85F38

RGB

 RED value IS 216 (84.77% from 255) = 58.86%

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 58.86%
G = 25.89%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85F38 (or 0xD85F38) is known color: Chilean Fire. HEX triplet: D8, 5F and 38. RGB value is (216,95,56). Sum of RGB (Red+Green+Blue) = 216+95+56=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F38 is #27A0C7. Grayscale: #7F7F7F. Windows color (decimal): -2597064 or 3694552. OLE color: 3694552.

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

Color convert

RGB 216 95 56 -
CMYK 0 0.56 0.74 0.15
HSL 14.63º 0.67% 0.53% -
HSV(B) 14.63º 0.74% 0.85% -
XYZ 33.12 23.07 6.45 -
YUV 126.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 216 95 56 0 0.56 0.74 0.15 14.63 0.67 0.53
Hex D8 5F 38 0 38 4A F F 43 35
Octal 330 137 70 0 70 112 17 17 103 65
Binary 11011000 1011111 111000 0 111000 1001010 1111 1111 1000011 110101

Color Harmonies of #D85F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F38

Black with #D85F38

Text Example


Text Example

White with #D85F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F38; }

 p { color: rgb(216,95,56); }

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

background-color css

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

 a { background-color: rgb(216,95,56); }

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

border-color css

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

 span { border-color: rgb(216,95,56); }

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