Html Css Color HEX #D15225 Chilean Fire

📋 copy color: '#D15225'

red 209 ◦ green 82 ◦ blue 37

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

Shades of Chilean Fire #D15225

Tints of Chilean Fire #D15225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

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

R = 63.72%
G = 25%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D15225 (or 0xD15225) is known color: Chilean Fire. HEX triplet: D1, 52 and 25. RGB value is (209,82,37). Sum of RGB (Red+Green+Blue) = 209+82+37=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D15225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15225 is #2EADDA. Grayscale: #737373. Windows color (decimal): -3059163 or 2446033. OLE color: 2446033.

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

Color convert

RGB 209 82 37 -
CMYK 0 0.61 0.82 0.18
HSL 15.7º 0.7% 0.48% -
HSV(B) 15.7º 0.82% 0.82% -
XYZ 29.65 19.72 3.99 -
YUV 114.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 209 82 37 0 0.61 0.82 0.18 15.7 0.7 0.48
Hex D1 52 25 0 3D 52 12 10 46 30
Octal 321 122 45 0 75 122 22 20 106 60
Binary 11010001 1010010 100101 0 111101 1010010 10010 10000 1000110 110000

Color Harmonies of #D15225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15225

Black with #D15225

Text Example


Text Example

White with #D15225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15225; }

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

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

background-color css

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

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

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

border-color css

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

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

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