Html Css Color HEX #D15325 Chilean Fire

📋 copy color: '#D15325'

red 209 ◦ green 83 ◦ blue 37

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

Shades of Chilean Fire #D15325

Tints of Chilean Fire #D15325

RGB

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

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

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

R = 63.53%
G = 25.23%
B = 11.25%

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

#D15325 (or 0xD15325) is known color: Chilean Fire. HEX triplet: D1, 53 and 25. RGB value is (209,83,37). Sum of RGB (Red+Green+Blue) = 209+83+37=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D15325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15325 is #2EACDA. Grayscale: #737373. Windows color (decimal): -3058907 or 2446289. OLE color: 2446289.

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

Color convert

RGB 209 83 37 -
CMYK 0 0.60 0.82 0.18
HSL 16.05º 0.7% 0.48% -
HSV(B) 16.05º 0.82% 0.82% -
XYZ 29.72 19.88 4.02 -
YUV 115.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 209 83 37 0 0.60 0.82 0.18 16.05 0.7 0.48
Hex D1 53 25 0 3C 52 12 10 46 30
Octal 321 123 45 0 74 122 22 20 106 60
Binary 11010001 1010011 100101 0 111100 1010010 10010 10000 1000110 110000

Color Harmonies of #D15325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15325

Black with #D15325

Text Example


Text Example

White with #D15325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15325; }

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

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

background-color css

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

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

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

border-color css

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

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

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