Html Css Color HEX #D6502B Chilean Fire

📋 copy color: '#D6502B'

red 214 ◦ green 80 ◦ blue 43

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

Shades of Chilean Fire #D6502B

Tints of Chilean Fire #D6502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 63.5%
G = 23.74%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6502B (or 0xD6502B) is known color: Chilean Fire. HEX triplet: D6, 50 and 2B. RGB value is (214,80,43). Sum of RGB (Red+Green+Blue) = 214+80+43=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D6502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6502B is #29AFD4. Grayscale: #747474. Windows color (decimal): -2731989 or 2838742. OLE color: 2838742.

HSL color Cylindrical-coordinate representation of color #D6502B: hue angle of 12.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6502B is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 43 -
CMYK 0 0.63 0.80 0.16
HSL 12.98º 0.68% 0.5% -
HSV(B) 12.98º 0.8% 0.84% -
XYZ 31.04 20.21 4.55 -
YUV 115.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 214 80 43 0 0.63 0.80 0.16 12.98 0.68 0.5
Hex D6 50 2B 0 3F 50 10 D 44 32
Octal 326 120 53 0 77 120 20 15 104 62
Binary 11010110 1010000 101011 0 111111 1010000 10000 1101 1000100 110010

Color Harmonies of #D6502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6502B

Black with #D6502B

Text Example


Text Example

White with #D6502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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