Html Css Color HEX #D15D3A Chilean Fire

📋 copy color: '#D15D3A'

red 209 ◦ green 93 ◦ blue 58

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

Shades of Chilean Fire #D15D3A

Tints of Chilean Fire #D15D3A

RGB

 RED value IS 209 (82.03% from 255) = 58.06%

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 58.06%
G = 25.83%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D15D3A (or 0xD15D3A) is known color: Chilean Fire. HEX triplet: D1, 5D and 3A. RGB value is (209,93,58). Sum of RGB (Red+Green+Blue) = 209+93+58=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D3A is #2EA2C5. Grayscale: #7B7B7B. Windows color (decimal): -3056326 or 3825105. OLE color: 3825105.

HSL color Cylindrical-coordinate representation of color #D15D3A: hue angle of 13.91º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D15D3A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 93 58 -
CMYK 0 0.56 0.72 0.18
HSL 13.91º 0.62% 0.52% -
HSV(B) 13.91º 0.72% 0.82% -
XYZ 30.97 21.69 6.56 -
YUV 123.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 209 93 58 0 0.56 0.72 0.18 13.91 0.62 0.52
Hex D1 5D 3A 0 38 48 12 E 3E 34
Octal 321 135 72 0 70 110 22 16 76 64
Binary 11010001 1011101 111010 0 111000 1001000 10010 1110 111110 110100

Color Harmonies of #D15D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D3A

Black with #D15D3A

Text Example


Text Example

White with #D15D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D3A; }

 p { color: rgb(209,93,58); }

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

background-color css

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

 a { background-color: rgb(209,93,58); }

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

border-color css

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

 span { border-color: rgb(209,93,58); }

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