Html Css Color HEX #D6501D Chilean Fire

📋 copy color: '#D6501D'

red 214 ◦ green 80 ◦ blue 29

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

Shades of Chilean Fire #D6501D

Tints of Chilean Fire #D6501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 66.25%
G = 24.77%
B = 8.98%

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

#D6501D (or 0xD6501D) is known color: Chilean Fire. HEX triplet: D6, 50 and 1D. RGB value is (214,80,29). Sum of RGB (Red+Green+Blue) = 214+80+29=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6501D is #29AFE2. Grayscale: #727272. Windows color (decimal): -2732003 or 1921238. OLE color: 1921238.

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

Color convert

RGB 214 80 29 -
CMYK 0 0.63 0.86 0.16
HSL 16.54º 0.76% 0.48% -
HSV(B) 16.54º 0.86% 0.84% -
XYZ 30.82 20.12 3.42 -
YUV 114.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 214 80 29 0 0.63 0.86 0.16 16.54 0.76 0.48
Hex D6 50 1D 0 3F 56 10 11 4C 30
Octal 326 120 35 0 77 126 20 21 114 60
Binary 11010110 1010000 11101 0 111111 1010110 10000 10001 1001100 110000

Color Harmonies of #D6501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6501D

Black with #D6501D

Text Example


Text Example

White with #D6501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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