Html Css Color HEX #D8502E Chilean Fire

📋 copy color: '#D8502E'

red 216 ◦ green 80 ◦ blue 46

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

Shades of Chilean Fire #D8502E

Tints of Chilean Fire #D8502E

RGB

 RED value IS 216 (84.77% from 255) = 63.16%

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

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 63.16%
G = 23.39%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8502E (or 0xD8502E) is known color: Chilean Fire. HEX triplet: D8, 50 and 2E. RGB value is (216,80,46). Sum of RGB (Red+Green+Blue) = 216+80+46=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8502E is #27AFD1. Grayscale: #757575. Windows color (decimal): -2600914 or 3035352. OLE color: 3035352.

HSL color Cylindrical-coordinate representation of color #D8502E: hue angle of 12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8502E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 46 -
CMYK 0 0.63 0.79 0.15
HSL 12º 0.69% 0.51% -
HSV(B) 12º 0.79% 0.85% -
XYZ 31.68 20.53 4.88 -
YUV 116.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 216 80 46 0 0.63 0.79 0.15 12 0.69 0.51
Hex D8 50 2E 0 3F 4F F C 45 33
Octal 330 120 56 0 77 117 17 14 105 63
Binary 11011000 1010000 101110 0 111111 1001111 1111 1100 1000101 110011

Color Harmonies of #D8502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8502E

Black with #D8502E

Text Example


Text Example

White with #D8502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8502E; }

 p { color: rgb(216,80,46); }

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

background-color css

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

 a { background-color: rgb(216,80,46); }

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

border-color css

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

 span { border-color: rgb(216,80,46); }

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