Html Css Color HEX #D85E2F Chilean Fire

📋 copy color: '#D85E2F'

red 216 ◦ green 94 ◦ blue 47

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

Shades of Chilean Fire #D85E2F

Tints of Chilean Fire #D85E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 47 (18.75% from 255) = 13.17%

R = 60.5%
G = 26.33%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D85E2F (or 0xD85E2F) is known color: Chilean Fire. HEX triplet: D8, 5E and 2F. RGB value is (216,94,47). Sum of RGB (Red+Green+Blue) = 216+94+47=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E2F is #27A1D0. Grayscale: #7D7D7D. Windows color (decimal): -2597329 or 3104472. OLE color: 3104472.

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

Color convert

RGB 216 94 47 -
CMYK 0 0.56 0.78 0.15
HSL 16.69º 0.68% 0.52% -
HSV(B) 16.69º 0.78% 0.85% -
XYZ 32.83 22.81 5.36 -
YUV 125.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 216 94 47 0 0.56 0.78 0.15 16.69 0.68 0.52
Hex D8 5E 2F 0 38 4E F 11 44 34
Octal 330 136 57 0 70 116 17 21 104 64
Binary 11011000 1011110 101111 0 111000 1001110 1111 10001 1000100 110100

Color Harmonies of #D85E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E2F

Black with #D85E2F

Text Example


Text Example

White with #D85E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E2F; }

 p { color: rgb(216,94,47); }

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

background-color css

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

 a { background-color: rgb(216,94,47); }

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

border-color css

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

 span { border-color: rgb(216,94,47); }

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