Html Css Color HEX #D6511E Chilean Fire

📋 copy color: '#D6511E'

red 214 ◦ green 81 ◦ blue 30

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

Shades of Chilean Fire #D6511E

Tints of Chilean Fire #D6511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 65.85%
G = 24.92%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6511E (or 0xD6511E) is known color: Chilean Fire. HEX triplet: D6, 51 and 1E. RGB value is (214,81,30). Sum of RGB (Red+Green+Blue) = 214+81+30=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6511E is #29AEE1. Grayscale: #737373. Windows color (decimal): -2731746 or 1987030. OLE color: 1987030.

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

Color convert

RGB 214 81 30 -
CMYK 0 0.62 0.86 0.16
HSL 16.63º 0.75% 0.48% -
HSV(B) 16.63º 0.86% 0.84% -
XYZ 30.91 20.27 3.51 -
YUV 114.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 214 81 30 0 0.62 0.86 0.16 16.63 0.75 0.48
Hex D6 51 1E 0 3E 56 10 11 4B 30
Octal 326 121 36 0 76 126 20 21 113 60
Binary 11010110 1010001 11110 0 111110 1010110 10000 10001 1001011 110000

Color Harmonies of #D6511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6511E

Black with #D6511E

Text Example


Text Example

White with #D6511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6511E; }

 p { color: rgb(214,81,30); }

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

background-color css

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

 a { background-color: rgb(214,81,30); }

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

border-color css

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

 span { border-color: rgb(214,81,30); }

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