Html Css Color HEX #D5572D Chilean Fire

📋 copy color: '#D5572D'

red 213 ◦ green 87 ◦ blue 45

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

Shades of Chilean Fire #D5572D

Tints of Chilean Fire #D5572D

RGB

 RED value IS 213 (83.59% from 255) = 61.74%

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

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

R = 61.74%
G = 25.22%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5572D (or 0xD5572D) is known color: Chilean Fire. HEX triplet: D5, 57 and 2D. RGB value is (213,87,45). Sum of RGB (Red+Green+Blue) = 213+87+45=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5572D is #2AA8D2. Grayscale: #787878. Windows color (decimal): -2795731 or 2971605. OLE color: 2971605.

HSL color Cylindrical-coordinate representation of color #D5572D: hue angle of 15º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5572D is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 45 -
CMYK 0 0.59 0.79 0.16
HSL 15º 0.67% 0.51% -
HSV(B) 15º 0.79% 0.84% -
XYZ 31.32 21.15 4.91 -
YUV 119.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 213 87 45 0 0.59 0.79 0.16 15 0.67 0.51
Hex D5 57 2D 0 3B 4F 10 F 43 33
Octal 325 127 55 0 73 117 20 17 103 63
Binary 11010101 1010111 101101 0 111011 1001111 10000 1111 1000011 110011

Color Harmonies of #D5572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5572D

Black with #D5572D

Text Example


Text Example

White with #D5572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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