Html Css Color HEX #D8531F Chilean Fire

📋 copy color: '#D8531F'

red 216 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #D8531F

Tints of Chilean Fire #D8531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

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

R = 65.45%
G = 25.15%
B = 9.39%

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

#D8531F (or 0xD8531F) is known color: Chilean Fire. HEX triplet: D8, 53 and 1F. RGB value is (216,83,31). Sum of RGB (Red+Green+Blue) = 216+83+31=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8531F is #27ACE0. Grayscale: #757575. Windows color (decimal): -2600161 or 2053080. OLE color: 2053080.

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

Color convert

RGB 216 83 31 -
CMYK 0 0.62 0.86 0.15
HSL 16.86º 0.75% 0.48% -
HSV(B) 16.86º 0.86% 0.85% -
XYZ 31.66 20.88 3.66 -
YUV 116.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 216 83 31 0 0.62 0.86 0.15 16.86 0.75 0.48
Hex D8 53 1F 0 3E 56 F 11 4B 30
Octal 330 123 37 0 76 126 17 21 113 60
Binary 11011000 1010011 11111 0 111110 1010110 1111 10001 1001011 110000

Color Harmonies of #D8531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8531F

Black with #D8531F

Text Example


Text Example

White with #D8531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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