Html Css Color HEX #D36571 Froly

📋 copy color: '#D36571'

red 211 ◦ green 101 ◦ blue 113

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

Shades of Froly #D36571

Tints of Froly #D36571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 49.65%
G = 23.76%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D36571 (or 0xD36571) is known color: Froly. HEX triplet: D3, 65 and 71. RGB value is (211,101,113). Sum of RGB (Red+Green+Blue) = 211+101+113=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D36571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36571 is #2C9A8E. Grayscale: #878787. Windows color (decimal): -2923151 or 7431635. OLE color: 7431635.

HSL color Cylindrical-coordinate representation of color #D36571: hue angle of 353.45º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36571 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 101 113 -
CMYK 0 0.52 0.46 0.17
HSL 353.45º 0.56% 0.61% -
HSV(B) 353.45º 0.52% 0.83% -
XYZ 34.5 24.35 18.5 -
YUV 135.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 211 101 113 0 0.52 0.46 0.17 353.45 0.56 0.61
Hex D3 65 71 0 34 2E 11 161 38 3D
Octal 323 145 161 0 64 56 21 541 70 75
Binary 11010011 1100101 1110001 0 110100 101110 10001 101100001 111000 111101

Color Harmonies of #D36571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36571

Black with #D36571

Text Example


Text Example

White with #D36571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36571; }

 p { color: rgb(211,101,113); }

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

background-color css

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

 a { background-color: rgb(211,101,113); }

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

border-color css

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

 span { border-color: rgb(211,101,113); }

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