Html Css Color HEX #D6501E Chilean Fire

📋 copy color: '#D6501E'

red 214 ◦ green 80 ◦ blue 30

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

Shades of Chilean Fire #D6501E

Tints of Chilean Fire #D6501E

RGB

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

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

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

R = 66.05%
G = 24.69%
B = 9.26%

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

#D6501E (or 0xD6501E) is known color: Chilean Fire. HEX triplet: D6, 50 and 1E. RGB value is (214,80,30). Sum of RGB (Red+Green+Blue) = 214+80+30=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6501E is #29AFE1. Grayscale: #727272. Windows color (decimal): -2732002 or 1986774. OLE color: 1986774.

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

Color convert

RGB 214 80 30 -
CMYK 0 0.63 0.86 0.16
HSL 16.3º 0.75% 0.48% -
HSV(B) 16.3º 0.86% 0.84% -
XYZ 30.83 20.13 3.49 -
YUV 114.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 214 80 30 0 0.63 0.86 0.16 16.3 0.75 0.48
Hex D6 50 1E 0 3F 56 10 10 4B 30
Octal 326 120 36 0 77 126 20 20 113 60
Binary 11010110 1010000 11110 0 111111 1010110 10000 10000 1001011 110000

Color Harmonies of #D6501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6501E

Black with #D6501E

Text Example


Text Example

White with #D6501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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