Html Css Color HEX #D15425 Chilean Fire

📋 copy color: '#D15425'

red 209 ◦ green 84 ◦ blue 37

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

Shades of Chilean Fire #D15425

Tints of Chilean Fire #D15425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 63.33%
G = 25.45%
B = 11.21%

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

#D15425 (or 0xD15425) is known color: Chilean Fire. HEX triplet: D1, 54 and 25. RGB value is (209,84,37). Sum of RGB (Red+Green+Blue) = 209+84+37=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D15425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15425 is #2EABDA. Grayscale: #747474. Windows color (decimal): -3058651 or 2446545. OLE color: 2446545.

HSL color Cylindrical-coordinate representation of color #D15425: hue angle of 16.4º degrees, saturation: 0.7, 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 #D15425 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 84 37 -
CMYK 0 0.60 0.82 0.18
HSL 16.4º 0.7% 0.48% -
HSV(B) 16.4º 0.82% 0.82% -
XYZ 29.8 20.03 4.05 -
YUV 116.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 209 84 37 0 0.60 0.82 0.18 16.4 0.7 0.48
Hex D1 54 25 0 3C 52 12 10 46 30
Octal 321 124 45 0 74 122 22 20 106 60
Binary 11010001 1010100 100101 0 111100 1010010 10010 10000 1000110 110000

Color Harmonies of #D15425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15425

Black with #D15425

Text Example


Text Example

White with #D15425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15425; }

 p { color: rgb(209,84,37); }

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

background-color css

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

 a { background-color: rgb(209,84,37); }

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

border-color css

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

 span { border-color: rgb(209,84,37); }

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