Html Css Color HEX #D9531F Chilean Fire

📋 copy color: '#D9531F'

red 217 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #D9531F

Tints of Chilean Fire #D9531F

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

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

R = 65.56%
G = 25.08%
B = 9.37%

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

#D9531F (or 0xD9531F) is known color: Chilean Fire. HEX triplet: D9, 53 and 1F. RGB value is (217,83,31). Sum of RGB (Red+Green+Blue) = 217+83+31=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9531F is #26ACE0. Grayscale: #757575. Windows color (decimal): -2534625 or 2053081. OLE color: 2053081.

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

Color convert

RGB 217 83 31 -
CMYK 0 0.62 0.86 0.15
HSL 16.77º 0.75% 0.49% -
HSV(B) 16.77º 0.86% 0.85% -
XYZ 31.96 21.04 3.67 -
YUV 117.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 217 83 31 0 0.62 0.86 0.15 16.77 0.75 0.49
Hex D9 53 1F 0 3E 56 F 11 4B 31
Octal 331 123 37 0 76 126 17 21 113 61
Binary 11011001 1010011 11111 0 111110 1010110 1111 10001 1001011 110001

Color Harmonies of #D9531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9531F

Black with #D9531F

Text Example


Text Example

White with #D9531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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