Html Css Color HEX #D15B3A Chilean Fire

📋 copy color: '#D15B3A'

red 209 ◦ green 91 ◦ blue 58

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

Shades of Chilean Fire #D15B3A

Tints of Chilean Fire #D15B3A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

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

R = 58.38%
G = 25.42%
B = 16.2%

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

#D15B3A (or 0xD15B3A) is known color: Chilean Fire. HEX triplet: D1, 5B and 3A. RGB value is (209,91,58). Sum of RGB (Red+Green+Blue) = 209+91+58=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B3A is #2EA4C5. Grayscale: #7A7A7A. Windows color (decimal): -3056838 or 3824593. OLE color: 3824593.

HSL color Cylindrical-coordinate representation of color #D15B3A: hue angle of 13.11º 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 #D15B3A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 91 58 -
CMYK 0 0.56 0.72 0.18
HSL 13.11º 0.62% 0.52% -
HSV(B) 13.11º 0.72% 0.82% -
XYZ 30.8 21.34 6.5 -
YUV 122.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 209 91 58 0 0.56 0.72 0.18 13.11 0.62 0.52
Hex D1 5B 3A 0 38 48 12 D 3E 34
Octal 321 133 72 0 70 110 22 15 76 64
Binary 11010001 1011011 111010 0 111000 1001000 10010 1101 111110 110100

Color Harmonies of #D15B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15B3A

Black with #D15B3A

Text Example


Text Example

White with #D15B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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