Html Css Color HEX #D85F3E Chilean Fire

📋 copy color: '#D85F3E'

red 216 ◦ green 95 ◦ blue 62

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

Shades of Chilean Fire #D85F3E

Tints of Chilean Fire #D85F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.62%

R = 57.91%
G = 25.47%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D85F3E (or 0xD85F3E) is known color: Chilean Fire. HEX triplet: D8, 5F and 3E. RGB value is (216,95,62). Sum of RGB (Red+Green+Blue) = 216+95+62=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F3E is #27A0C1. Grayscale: #7F7F7F. Windows color (decimal): -2597058 or 4087768. OLE color: 4087768.

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

Color convert

RGB 216 95 62 -
CMYK 0 0.56 0.71 0.15
HSL 12.86º 0.66% 0.55% -
HSV(B) 12.86º 0.71% 0.85% -
XYZ 33.28 23.13 7.27 -
YUV 127.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 216 95 62 0 0.56 0.71 0.15 12.86 0.66 0.55
Hex D8 5F 3E 0 38 47 F D 42 37
Octal 330 137 76 0 70 107 17 15 102 67
Binary 11011000 1011111 111110 0 111000 1000111 1111 1101 1000010 110111

Color Harmonies of #D85F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F3E

Black with #D85F3E

Text Example


Text Example

White with #D85F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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