Html Css Color HEX #D6502F Chilean Fire

📋 copy color: '#D6502F'

red 214 ◦ green 80 ◦ blue 47

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

Shades of Chilean Fire #D6502F

Tints of Chilean Fire #D6502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.78%

R = 62.76%
G = 23.46%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6502F (or 0xD6502F) is known color: Chilean Fire. HEX triplet: D6, 50 and 2F. RGB value is (214,80,47). Sum of RGB (Red+Green+Blue) = 214+80+47=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6502F is #29AFD0. Grayscale: #747474. Windows color (decimal): -2731985 or 3100886. OLE color: 3100886.

HSL color Cylindrical-coordinate representation of color #D6502F: hue angle of 11.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6502F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 47 -
CMYK 0 0.63 0.78 0.16
HSL 11.86º 0.67% 0.51% -
HSV(B) 11.86º 0.78% 0.84% -
XYZ 31.11 20.24 4.96 -
YUV 116.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 214 80 47 0 0.63 0.78 0.16 11.86 0.67 0.51
Hex D6 50 2F 0 3F 4E 10 C 43 33
Octal 326 120 57 0 77 116 20 14 103 63
Binary 11010110 1010000 101111 0 111111 1001110 10000 1100 1000011 110011

Color Harmonies of #D6502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6502F

Black with #D6502F

Text Example


Text Example

White with #D6502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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