Html Css Color HEX #D6531F Chilean Fire

📋 copy color: '#D6531F'

red 214 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #D6531F

Tints of Chilean Fire #D6531F

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

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

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

R = 65.24%
G = 25.3%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6531F (or 0xD6531F) is known color: Chilean Fire. HEX triplet: D6, 53 and 1F. RGB value is (214,83,31). Sum of RGB (Red+Green+Blue) = 214+83+31=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6531F is #29ACE0. Grayscale: #747474. Windows color (decimal): -2731233 or 2053078. OLE color: 2053078.

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

Color convert

RGB 214 83 31 -
CMYK 0 0.61 0.86 0.16
HSL 17.05º 0.75% 0.48% -
HSV(B) 17.05º 0.86% 0.84% -
XYZ 31.07 20.58 3.63 -
YUV 116.24 79.9 197.73 -
System Red Green Blue C M Y K H S L
Decimal 214 83 31 0 0.61 0.86 0.16 17.05 0.75 0.48
Hex D6 53 1F 0 3D 56 10 11 4B 30
Octal 326 123 37 0 75 126 20 21 113 60
Binary 11010110 1010011 11111 0 111101 1010110 10000 10001 1001011 110000

Color Harmonies of #D6531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6531F

Black with #D6531F

Text Example


Text Example

White with #D6531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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