Html Css Color HEX #D15329 Chilean Fire

📋 copy color: '#D15329'

red 209 ◦ green 83 ◦ blue 41

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

Shades of Chilean Fire #D15329

Tints of Chilean Fire #D15329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.31%

R = 62.76%
G = 24.92%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D15329 (or 0xD15329) is known color: Chilean Fire. HEX triplet: D1, 53 and 29. RGB value is (209,83,41). Sum of RGB (Red+Green+Blue) = 209+83+41=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D15329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15329 is #2EACD6. Grayscale: #747474. Windows color (decimal): -3058903 or 2708433. OLE color: 2708433.

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

Color convert

RGB 209 83 41 -
CMYK 0 0.60 0.80 0.18
HSL 15º 0.67% 0.49% -
HSV(B) 15º 0.8% 0.82% -
XYZ 29.79 19.9 4.37 -
YUV 115.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 209 83 41 0 0.60 0.80 0.18 15 0.67 0.49
Hex D1 53 29 0 3C 50 12 F 43 31
Octal 321 123 51 0 74 120 22 17 103 61
Binary 11010001 1010011 101001 0 111100 1010000 10010 1111 1000011 110001

Color Harmonies of #D15329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15329

Black with #D15329

Text Example


Text Example

White with #D15329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15329; }

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

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

background-color css

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

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

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

border-color css

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

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

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