Html Css Color HEX #D8502D Chilean Fire

📋 copy color: '#D8502D'

red 216 ◦ green 80 ◦ blue 45

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

Shades of Chilean Fire #D8502D

Tints of Chilean Fire #D8502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 63.34%
G = 23.46%
B = 13.2%

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

#D8502D (or 0xD8502D) is known color: Chilean Fire. HEX triplet: D8, 50 and 2D. RGB value is (216,80,45). Sum of RGB (Red+Green+Blue) = 216+80+45=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8502D is #27AFD2. Grayscale: #747474. Windows color (decimal): -2600915 or 2969816. OLE color: 2969816.

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

Color convert

RGB 216 80 45 -
CMYK 0 0.63 0.79 0.15
HSL 12.28º 0.69% 0.51% -
HSV(B) 12.28º 0.79% 0.85% -
XYZ 31.66 20.53 4.78 -
YUV 116.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 216 80 45 0 0.63 0.79 0.15 12.28 0.69 0.51
Hex D8 50 2D 0 3F 4F F C 45 33
Octal 330 120 55 0 77 117 17 14 105 63
Binary 11011000 1010000 101101 0 111111 1001111 1111 1100 1000101 110011

Color Harmonies of #D8502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8502D

Black with #D8502D

Text Example


Text Example

White with #D8502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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