Html Css Color HEX #D8501F Chilean Fire

📋 copy color: '#D8501F'

red 216 ◦ green 80 ◦ blue 31

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

Shades of Chilean Fire #D8501F

Tints of Chilean Fire #D8501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.46%

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

R = 66.06%
G = 24.46%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8501F (or 0xD8501F) is known color: Chilean Fire. HEX triplet: D8, 50 and 1F. RGB value is (216,80,31). Sum of RGB (Red+Green+Blue) = 216+80+31=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8501F is #27AFE0. Grayscale: #737373. Windows color (decimal): -2600929 or 2052312. OLE color: 2052312.

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

Color convert

RGB 216 80 31 -
CMYK 0 0.63 0.86 0.15
HSL 15.89º 0.75% 0.48% -
HSV(B) 15.89º 0.86% 0.85% -
XYZ 31.43 20.44 3.58 -
YUV 115.08 80.56 199.98 -
System Red Green Blue C M Y K H S L
Decimal 216 80 31 0 0.63 0.86 0.15 15.89 0.75 0.48
Hex D8 50 1F 0 3F 56 F 10 4B 30
Octal 330 120 37 0 77 126 17 20 113 60
Binary 11011000 1010000 11111 0 111111 1010110 1111 10000 1001011 110000

Color Harmonies of #D8501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8501F

Black with #D8501F

Text Example


Text Example

White with #D8501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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