Html Css Color HEX #D15326 Chilean Fire

📋 copy color: '#D15326'

red 209 ◦ green 83 ◦ blue 38

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

Shades of Chilean Fire #D15326

Tints of Chilean Fire #D15326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 63.33%
G = 25.15%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D15326 (or 0xD15326) is known color: Chilean Fire. HEX triplet: D1, 53 and 26. RGB value is (209,83,38). Sum of RGB (Red+Green+Blue) = 209+83+38=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D15326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15326 is #2EACD9. Grayscale: #737373. Windows color (decimal): -3058906 or 2511825. OLE color: 2511825.

HSL color Cylindrical-coordinate representation of color #D15326: hue angle of 15.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D15326 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 38 -
CMYK 0 0.60 0.82 0.18
HSL 15.79º 0.69% 0.48% -
HSV(B) 15.79º 0.82% 0.82% -
XYZ 29.74 19.88 4.1 -
YUV 115.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 209 83 38 0 0.60 0.82 0.18 15.79 0.69 0.48
Hex D1 53 26 0 3C 52 12 10 45 30
Octal 321 123 46 0 74 122 22 20 105 60
Binary 11010001 1010011 100110 0 111100 1010010 10010 10000 1000101 110000

Color Harmonies of #D15326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15326

Black with #D15326

Text Example


Text Example

White with #D15326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15326; }

 p { color: rgb(209,83,38); }

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

background-color css

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

 a { background-color: rgb(209,83,38); }

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

border-color css

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

 span { border-color: rgb(209,83,38); }

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