Html Css Color HEX #D1572D Chilean Fire

📋 copy color: '#D1572D'

red 209 ◦ green 87 ◦ blue 45

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

Shades of Chilean Fire #D1572D

Tints of Chilean Fire #D1572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.51%

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 61.29%
G = 25.51%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1572D (or 0xD1572D) is known color: Chilean Fire. HEX triplet: D1, 57 and 2D. RGB value is (209,87,45). Sum of RGB (Red+Green+Blue) = 209+87+45=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1572D is #2EA8D2. Grayscale: #767676. Windows color (decimal): -3057875 or 2971601. OLE color: 2971601.

HSL color Cylindrical-coordinate representation of color #D1572D: hue angle of 15.37º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1572D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 87 45 -
CMYK 0 0.58 0.78 0.18
HSL 15.37º 0.65% 0.5% -
HSV(B) 15.37º 0.78% 0.82% -
XYZ 30.18 20.56 4.86 -
YUV 118.69 86.42 192.42 -
System Red Green Blue C M Y K H S L
Decimal 209 87 45 0 0.58 0.78 0.18 15.37 0.65 0.5
Hex D1 57 2D 0 3A 4E 12 F 41 32
Octal 321 127 55 0 72 116 22 17 101 62
Binary 11010001 1010111 101101 0 111010 1001110 10010 1111 1000001 110010

Color Harmonies of #D1572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1572D

Black with #D1572D

Text Example


Text Example

White with #D1572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1572D; }

 p { color: rgb(209,87,45); }

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

background-color css

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

 a { background-color: rgb(209,87,45); }

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

border-color css

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

 span { border-color: rgb(209,87,45); }

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