Html Css Color HEX #D37073 Froly

📋 copy color: '#D37073'

red 211 ◦ green 112 ◦ blue 115

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

Shades of Froly #D37073

Tints of Froly #D37073

RGB

 RED value IS 211 (82.81% from 255) = 48.17%

 GREEN value IS 112 (44.14% from 255) = 25.57%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 48.17%
G = 25.57%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D37073 (or 0xD37073) is known color: Froly. HEX triplet: D3, 70 and 73. RGB value is (211,112,115). Sum of RGB (Red+Green+Blue) = 211+112+115=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D37073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37073 is #2C8F8C. Grayscale: #8E8E8E. Windows color (decimal): -2920333 or 7565523. OLE color: 7565523.

HSL color Cylindrical-coordinate representation of color #D37073: hue angle of 358.18º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37073 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 112 115 -
CMYK 0 0.47 0.45 0.17
HSL 358.18º 0.53% 0.63% -
HSV(B) 358.18º 0.47% 0.83% -
XYZ 35.75 26.68 19.48 -
YUV 141.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 211 112 115 0 0.47 0.45 0.17 358.18 0.53 0.63
Hex D3 70 73 0 2F 2D 11 166 35 3F
Octal 323 160 163 0 57 55 21 546 65 77
Binary 11010011 1110000 1110011 0 101111 101101 10001 101100110 110101 111111

Color Harmonies of #D37073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37073

Black with #D37073

Text Example


Text Example

White with #D37073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37073; }

 p { color: rgb(211,112,115); }

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

background-color css

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

 a { background-color: rgb(211,112,115); }

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

border-color css

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

 span { border-color: rgb(211,112,115); }

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