Html Css Color HEX #D8511F Chilean Fire

📋 copy color: '#D8511F'

red 216 ◦ green 81 ◦ blue 31

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

Shades of Chilean Fire #D8511F

Tints of Chilean Fire #D8511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 65.85%
G = 24.7%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8511F (or 0xD8511F) is known color: Chilean Fire. HEX triplet: D8, 51 and 1F. RGB value is (216,81,31). Sum of RGB (Red+Green+Blue) = 216+81+31=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8511F is #27AEE0. Grayscale: #747474. Windows color (decimal): -2600673 or 2052568. OLE color: 2052568.

HSL color Cylindrical-coordinate representation of color #D8511F: hue angle of 16.22º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8511F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 31 -
CMYK 0 0.62 0.86 0.15
HSL 16.22º 0.75% 0.48% -
HSV(B) 16.22º 0.86% 0.85% -
XYZ 31.51 20.58 3.61 -
YUV 115.67 80.23 199.57 -
System Red Green Blue C M Y K H S L
Decimal 216 81 31 0 0.62 0.86 0.15 16.22 0.75 0.48
Hex D8 51 1F 0 3E 56 F 10 4B 30
Octal 330 121 37 0 76 126 17 20 113 60
Binary 11011000 1010001 11111 0 111110 1010110 1111 10000 1001011 110000

Color Harmonies of #D8511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8511F

Black with #D8511F

Text Example


Text Example

White with #D8511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8511F; }

 p { color: rgb(216,81,31); }

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

background-color css

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

 a { background-color: rgb(216,81,31); }

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

border-color css

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

 span { border-color: rgb(216,81,31); }

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