Html Css Color HEX #D7572A Chilean Fire

📋 copy color: '#D7572A'

red 215 ◦ green 87 ◦ blue 42

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

Shades of Chilean Fire #D7572A

Tints of Chilean Fire #D7572A

RGB

 RED value IS 215 (84.38% from 255) = 62.5%

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

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 62.5%
G = 25.29%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7572A (or 0xD7572A) is known color: Chilean Fire. HEX triplet: D7, 57 and 2A. RGB value is (215,87,42). Sum of RGB (Red+Green+Blue) = 215+87+42=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7572A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7572A is #28A8D5. Grayscale: #787878. Windows color (decimal): -2664662 or 2774999. OLE color: 2774999.

HSL color Cylindrical-coordinate representation of color #D7572A: hue angle of 15.61º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7572A is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 87 42 -
CMYK 0 0.60 0.80 0.16
HSL 15.61º 0.68% 0.5% -
HSV(B) 15.61º 0.8% 0.84% -
XYZ 31.85 21.43 4.65 -
YUV 120.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 215 87 42 0 0.60 0.80 0.16 15.61 0.68 0.5
Hex D7 57 2A 0 3C 50 10 10 44 32
Octal 327 127 52 0 74 120 20 20 104 62
Binary 11010111 1010111 101010 0 111100 1010000 10000 10000 1000100 110010

Color Harmonies of #D7572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7572A

Black with #D7572A

Text Example


Text Example

White with #D7572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7572A; }

 p { color: rgb(215,87,42); }

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

background-color css

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

 a { background-color: rgb(215,87,42); }

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

border-color css

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

 span { border-color: rgb(215,87,42); }

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