Html Css Color HEX #D57274 Froly

📋 copy color: '#D57274'

red 213 ◦ green 114 ◦ blue 116

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

Shades of Froly #D57274

Tints of Froly #D57274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 48.08%
G = 25.73%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57274 (or 0xD57274) is known color: Froly. HEX triplet: D5, 72 and 74. RGB value is (213,114,116). Sum of RGB (Red+Green+Blue) = 213+114+116=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57274 is #2A8D8B. Grayscale: #8F8F8F. Windows color (decimal): -2788748 or 7631573. OLE color: 7631573.

HSL color Cylindrical-coordinate representation of color #D57274: hue angle of 358.79º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57274 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 116 -
CMYK 0 0.46 0.46 0.16
HSL 358.79º 0.54% 0.64% -
HSV(B) 358.79º 0.46% 0.84% -
XYZ 36.61 27.44 19.89 -
YUV 143.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 213 114 116 0 0.46 0.46 0.16 358.79 0.54 0.64
Hex D5 72 74 0 2E 2E 10 167 36 40
Octal 325 162 164 0 56 56 20 547 66 100
Binary 11010101 1110010 1110100 0 101110 101110 10000 101100111 110110 1000000

Color Harmonies of #D57274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57274

Black with #D57274

Text Example


Text Example

White with #D57274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57274; }

 p { color: rgb(213,114,116); }

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

background-color css

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

 a { background-color: rgb(213,114,116); }

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

border-color css

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

 span { border-color: rgb(213,114,116); }

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