Html Css Color HEX #D6501F Chilean Fire

📋 copy color: '#D6501F'

red 214 ◦ green 80 ◦ blue 31

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

Shades of Chilean Fire #D6501F

Tints of Chilean Fire #D6501F

RGB

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

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

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

R = 65.85%
G = 24.62%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6501F (or 0xD6501F) is known color: Chilean Fire. HEX triplet: D6, 50 and 1F. RGB value is (214,80,31). Sum of RGB (Red+Green+Blue) = 214+80+31=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6501F is #29AFE0. Grayscale: #727272. Windows color (decimal): -2732001 or 2052310. OLE color: 2052310.

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

Color convert

RGB 214 80 31 -
CMYK 0 0.63 0.86 0.16
HSL 16.07º 0.75% 0.48% -
HSV(B) 16.07º 0.86% 0.84% -
XYZ 30.85 20.13 3.56 -
YUV 114.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 214 80 31 0 0.63 0.86 0.16 16.07 0.75 0.48
Hex D6 50 1F 0 3F 56 10 10 4B 30
Octal 326 120 37 0 77 126 20 20 113 60
Binary 11010110 1010000 11111 0 111111 1010110 10000 10000 1001011 110000

Color Harmonies of #D6501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6501F

Black with #D6501F

Text Example


Text Example

White with #D6501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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